diff options
author | Thomas Citharel <tcit@tcit.fr> | 2022-06-14 11:01:41 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2022-06-14 11:54:42 +0200 |
commit | 4129089f87cf0716ea149498d145cbd48bd3efc7 (patch) | |
tree | 2a39b8210e7d974c3f52d3150d9b58c713779502 /ocs-provider | |
parent | 752277925159685fe2430011e4b74546f1aa296c (diff) | |
download | nextcloud-server-4129089f87cf0716ea149498d145cbd48bd3efc7.tar.gz nextcloud-server-4129089f87cf0716ea149498d145cbd48bd3efc7.zip |
Avoid calendar & addressbook activities being created on user being deleted
Addressbooks and Calendar data are destroyed through hook OC_User::pre_deleteUser, which when it reaches the backends sends AddressBookDeletedEvent/CalendarDeletedEvent typed events, which in turns generates activities that aren't deleted until they expire.
This can probably lead to old activities being visible for a new user created with the same uid.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'ocs-provider')
0 files changed, 0 insertions, 0 deletions