mirror of https://github.com/zulip/zulip.git
Remove the tabbott-test4 handicap on syncing class messages.
(imported from commit dc6545ec7da73bde72d16b752b69132e4a086ad9)
This commit is contained in:
parent
1c63c2b19c
commit
b872536621
|
@ -216,8 +216,8 @@ def send_zephyr(message):
|
|||
zsig = "`Timothy G. Abbott`"
|
||||
if message['type'] == "class":
|
||||
zeph = zephyr.ZNotice(sender=message["sender_email"].replace("mit.edu", "ATHENA.MIT.EDU"),
|
||||
auth=True, cls="tabbott-test4",
|
||||
instance=message["display_recipient"] + "/" + message["instance"])
|
||||
auth=True, cls=message["display_recipient"],
|
||||
instance=message["instance"])
|
||||
body = "%s\0%s" % (zsig, message['content'])
|
||||
zeph.setmessage(body)
|
||||
zeph.send()
|
||||
|
|
Loading…
Reference in New Issue