aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/appinfo
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-10-10 16:11:25 +0200
committerChristopher Ng <chrng8@gmail.com>2023-10-31 11:52:46 -0700
commitac168cf9ff07ef57cda2453626e25d5a00283c21 (patch)
tree541e9e351b9e5625c12a5dea8b0e121ac1c5496b /apps/user_status/appinfo
parentb4e707059def28bf4544ae43272bf62d5662961b (diff)
downloadnextcloud-server-ac168cf9ff07ef57cda2453626e25d5a00283c21.tar.gz
nextcloud-server-ac168cf9ff07ef57cda2453626e25d5a00283c21.zip
feat(contactsmenu): Show user status
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/user_status/appinfo')
-rw-r--r--apps/user_status/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
index 6808c07ec7f..a574b1ed4a1 100644
--- a/apps/user_status/appinfo/info.xml
+++ b/apps/user_status/appinfo/info.xml
@@ -25,4 +25,7 @@
<background-jobs>
<job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
</background-jobs>
+ <contactsmenu>
+ <provider>OCA\UserStatus\ContactsMenu\StatusProvider</provider>
+ </contactsmenu>
</info>