diff options
Diffstat (limited to 'lib/public/Group/Events/BeforeUserRemovedEvent.php')
-rw-r--r-- | lib/public/Group/Events/BeforeUserRemovedEvent.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/public/Group/Events/BeforeUserRemovedEvent.php b/lib/public/Group/Events/BeforeUserRemovedEvent.php index 0690cfbdc26..fb0f7f45191 100644 --- a/lib/public/Group/Events/BeforeUserRemovedEvent.php +++ b/lib/public/Group/Events/BeforeUserRemovedEvent.php @@ -32,7 +32,10 @@ use OCP\IUser; /** * @since 18.0.0 - * @deprecated 20.0.0 + * @deprecated 20.0.0 - it can't be guaranteed that this event is triggered in + * all case (e.g. for LDAP users this isn't possible) - if there is a valid use + * case please reach out in the issue tracker at + * https://github.com/nextcloud/server/issues */ class BeforeUserRemovedEvent extends Event { |