Show new post notifs to SaveUserSettings

This commit is contained in:
Dessalines 2021-07-19 09:37:18 -04:00
parent a35afab102
commit 8ad432c3fc

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;
}