File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,9 @@ export const kNoTopicTopic: string = '(no topic)';
22
22
*/
23
23
// Copied from
24
24
// https://github.com/zulip/zulip/blob/f6f7e4c53/zproject/default_settings.py#L231 .
25
- // TODO: Make all servers give us a way to identify the notification bot.
25
+ // The web app also makes the assumption that Notification Bot has this email:
26
+ // https://github.com/zulip/zulip/blob/eec294b25/static/js/read_receipts.js#L22-L26
27
+ // TODO: Make all servers give us a way to identify the notification bot, or
28
+ // at least the messages it sends. E.g., the mooted "message type" concept:
29
+ // https://chat.zulip.org/#narrow/stream/378-api-design/topic/message.20type.20field/near/1230581
26
30
export const kNotificationBotEmail :
string = '[email protected] ' ;
You can’t perform that action at this time.
0 commit comments