mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-24 12:41:21 -05:00
Comment
This commit is contained in:
parent
586f474a44
commit
3b4de17d2b
@ -279,6 +279,8 @@ class MessageHandler(BaseHandler):
|
||||
|
||||
if event.type == EventTypes.Message:
|
||||
presence = self.hs.get_presence_handler()
|
||||
# We don't want to block sending messages on any presence code. This
|
||||
# matters as sometimes presence code can take a while.
|
||||
preserve_fn(presence.bump_presence_active_time)(user)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
Loading…
Reference in New Issue
Block a user