mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
Disable speaking-at-me notifications for mit.edu
(imported from commit 194c5241311b46f26ecb0b2bb2201b1a7af7b520)
This commit is contained in:
@@ -123,6 +123,10 @@ function speaking_at_me(message) {
|
||||
var match_so_far = false;
|
||||
var indexof, after_name, after_atname;
|
||||
|
||||
if (domain === "mit.edu") {
|
||||
return false;
|
||||
}
|
||||
|
||||
$.each(names, function (index, name) {
|
||||
indexof = content_lc.indexOf(name.toLowerCase());
|
||||
after_name = content_lc.charAt(name.length);
|
||||
|
||||
Reference in New Issue
Block a user