ErrorBoundary for notes, wip notif settings

This commit is contained in:
Martti Malmi
2023-12-14 15:29:27 +02:00
parent 2bf62f3a03
commit 20a0a3aea4
12 changed files with 83 additions and 23 deletions

View File

@ -60,6 +60,7 @@ declare const CONFIG: {
};
defaultPreferences: {
checkSigs: boolean;
sentToRelayNotifications: "none" | "all" | "failures";
};
signUp: {
moderation: boolean;