mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
peppate
This commit is contained in:
parent
1f31cc37f8
commit
745ddb4dd0
1 changed files with 3 additions and 1 deletions
|
@ -161,7 +161,9 @@ class Mailer(object):
|
|||
|
||||
template_vars = {
|
||||
"user_display_name": user_display_name,
|
||||
"unsubscribe_link": self.make_unsubscribe_link(user_id, app_id, email_address),
|
||||
"unsubscribe_link": self.make_unsubscribe_link(
|
||||
user_id, app_id, email_address
|
||||
),
|
||||
"summary_text": summary_text,
|
||||
"app_name": self.app_name,
|
||||
"rooms": rooms,
|
||||
|
|
Loading…
Reference in a new issue