mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:56:02 -04:00
Make email notifs work on the pusher synapse
Plus general bugfix to email notif code
This commit is contained in:
parent
048b3ece36
commit
b5e646a18c
2 changed files with 48 additions and 0 deletions
|
@ -397,6 +397,7 @@ class Mailer(object):
|
|||
return ""
|
||||
|
||||
serverAndMediaId = value[6:]
|
||||
fragment = None
|
||||
if '#' in serverAndMediaId:
|
||||
(serverAndMediaId, fragment) = serverAndMediaId.split('#', 1)
|
||||
fragment = "#" + fragment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue