mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Merge pull request #759 from matrix-org/dbkr/email_notifs
Send email notifications for missed messages
This commit is contained in:
commit
fe97b81c09
31 changed files with 1470 additions and 34 deletions
|
@ -208,7 +208,7 @@ class BaseHandler(object):
|
|||
})
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _filter_events_for_client(self, user_id, events, is_peeking=False):
|
||||
def filter_events_for_client(self, user_id, events, is_peeking=False):
|
||||
"""
|
||||
Check which events a user is allowed to see
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue