mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 01:04:49 -04:00
Incorporate review
This commit is contained in:
parent
592d6305fd
commit
b6ed4f55ac
2 changed files with 2 additions and 2 deletions
|
@ -751,7 +751,7 @@ class PresenceHandler(BasePresenceHandler):
|
|||
new_fields["status_msg"] = msg
|
||||
|
||||
if presence == PresenceState.ONLINE or (
|
||||
self._busy_presence_enabled and presence == PresenceState.BUSY
|
||||
presence == PresenceState.BUSY and self._busy_presence_enabled
|
||||
):
|
||||
new_fields["last_active_ts"] = self.clock.time_msec()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue