From 8ad432c3fc799c3024792086e74769a6082045ec Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 19 Jul 2021 09:37:18 -0400 Subject: [PATCH] Show new post notifs to SaveUserSettings --- src/interfaces/api/person.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/api/person.ts b/src/interfaces/api/person.ts index 90de1a2..ab35b76 100644 --- a/src/interfaces/api/person.ts +++ b/src/interfaces/api/person.ts @@ -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; }