]> source.dussan.org Git - nextcloud-server.git/commit
Reset user status based on message ID only 33351/head
authorJoas Schilling <coding@schilljs.com>
Fri, 22 Jul 2022 09:02:37 +0000 (11:02 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 26 Jul 2022 09:31:10 +0000 (11:31 +0200)
commitac43cf60c0929477fa98a4130c605c6c18705dfd
tree8dd9c0eef88a9a029babd25bae8d40bc329e3120
parent339dfb871263106e68c5c077336d57d066e18087
Reset user status based on message ID only

Since some statuses (call) can occure with different status
(away and dnd) we need to reset only based on the message id.
But as it can not be set by the user this is still save and okay.

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/user_status/lib/Connector/UserStatusProvider.php
apps/user_status/lib/Db/UserStatusMapper.php
apps/user_status/lib/Service/StatusService.php