Notifications: Block muted channels from push notifs.

This commit is contained in:
Paul
2021-06-25 12:37:59 +01:00
parent 21859e4c55
commit 994ef65200
10 changed files with 53 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
import { Core } from "revolt.js/dist/api/objects";
import type { Core } from "revolt.js/dist/api/objects";
export type ConfigAction =
| { type: undefined }