mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-26 22:31:12 +00:00
Show new post notifs to SaveUserSettings
This commit is contained in:
parent
a35afab102
commit
8ad432c3fc
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue