add user telegram notifications
This commit is contained in:
committed by
Umputun
parent
7f081e1d2c
commit
200733ed03
@@ -16,6 +16,7 @@ beforeEach(() => {
|
||||
simple_view: false,
|
||||
anon_vote: false,
|
||||
email_notifications: false,
|
||||
telegram_bot_username: "",
|
||||
emoji_enabled: true,
|
||||
};
|
||||
});
|
||||
|
||||
@@ -29,6 +29,7 @@ export const StaticStore: StaticStoreType = {
|
||||
simple_view: false,
|
||||
anon_vote: false,
|
||||
email_notifications: false,
|
||||
telegram_bot_username: "",
|
||||
emoji_enabled: false,
|
||||
},
|
||||
query: querySettings as QuerySettingsType,
|
||||
|
||||
@@ -114,6 +114,7 @@ export interface Config {
|
||||
simple_view: boolean;
|
||||
anon_vote: boolean;
|
||||
email_notifications: boolean;
|
||||
telegram_bot_username: string;
|
||||
emoji_enabled: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user