mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
May as well always include room link
This commit is contained in:
parent
cc0874cf71
commit
e800ee2f63
@ -157,12 +157,11 @@ class Mailer(object):
|
||||
"title": calculate_room_name(room_state, user_id),
|
||||
"hash": string_ordinal_total(room_id), # See sender avatar hash
|
||||
"notifs": [],
|
||||
"invite": is_invite
|
||||
"invite": is_invite,
|
||||
"link": self.make_room_link(room_id),
|
||||
}
|
||||
|
||||
if is_invite:
|
||||
room_vars["link"] = self.make_room_link(room_id)
|
||||
else:
|
||||
if not is_invite:
|
||||
for n in notifs:
|
||||
vars = yield self.get_notif_vars(
|
||||
n, user_id, notif_events[n['event_id']], room_state
|
||||
|
Loading…
Reference in New Issue
Block a user