Show new post notifs to SaveUserSettings

This commit is contained in:
Dessalines 2021-07-19 09:37:18 -04:00
parent 3fc2a6c5e1
commit 2f9966339f

View file

@ -56,6 +56,7 @@ export interface SaveUserSettings {
bot_account?: boolean;
show_bot_accounts?: boolean;
show_read_posts?: boolean;
show_new_post_notifs?: boolean;
auth: string;
}