-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementfeature: users and groupsphpPull requests that update Php codePull requests that update Php code
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
- I have some apps in nextcloud that set user values using
setUserValue - I would like to develop a new app that can check when certain such values are updated and develop some functionality on top of this
Describe the solution you'd like
- Fire the
UserChangedEventwhensetUserValueis called - Perhaps use the
$user->triggerChange()to fire this
Describe alternatives you've considered
- Patch the server code to fire this event
Additional context
- My understanding from checking the code and by logging locally is that this event is not fired. Please close this issue if it is indeed fired and there is something going wrong in my setup.
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementfeature: users and groupsphpPull requests that update Php codePull requests that update Php code