]> source.dussan.org Git - nextcloud-server.git/commit
Fix missing status with predefined status in drop-down
authorJoas Schilling <coding@schilljs.com>
Fri, 27 May 2022 07:15:15 +0000 (09:15 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 27 May 2022 07:21:33 +0000 (09:21 +0200)
commit5f2e7e971046ac6c7218b7655a5ebbce7d9a38a3
treeb0606adaa1ae993eb176259f03a3688eef77324b
parent1aa1994f59a962fd1add38519e77fe075d269a67
Fix missing status with predefined status in drop-down

When a predefined status message was used, the status was not "processed"
so it was missing the translated message and the icon in the dropdown and the menu afterwards

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/user_status/lib/Listener/UserLiveStatusListener.php
apps/user_status/lib/Service/StatusService.php