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,5 +1,5 @@
import { Language } from "../../context/Locale";
import { SyncUpdateAction } from "./sync";
import type { SyncUpdateAction } from "./sync";
export type LocaleAction =
| { type: undefined }