mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-01 16:51:12 +00:00
Show new post notifs to SaveUserSettings
This commit is contained in:
parent
3fc2a6c5e1
commit
2f9966339f
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export interface SaveUserSettings {
|
||||||
bot_account?: boolean;
|
bot_account?: boolean;
|
||||||
show_bot_accounts?: boolean;
|
show_bot_accounts?: boolean;
|
||||||
show_read_posts?: boolean;
|
show_read_posts?: boolean;
|
||||||
|
show_new_post_notifs?: boolean;
|
||||||
auth: string;
|
auth: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue