pull/1789/head
Erik Johnston 2017-01-10 14:05:53 +00:00
parent 586f474a44
commit 3b4de17d2b
1 changed files with 2 additions and 0 deletions

View File

@ -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