diff options
Diffstat (limited to 'apps/user_status/appinfo/info.xml')
-rw-r--r-- | apps/user_status/appinfo/info.xml | 3 |
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> |