Uh oh!
There was an error while loading. Please reload this page.
Remove notifications upon user deletion - #1558
Conversation
mention-bot
commented
Sep 28, 2016
@nickvergessen, thanks for your PR! By analyzing the annotation information on this pull request, we identified @icewind1991, @blizzz and @LukasReschke to be potential reviewers |
MorrisJobke
commented
Sep 28, 2016
Tested and works 👍 |
blizzz
commented
Sep 29, 2016
Any form of tests possible? |
Create a "local" federated share and then delete the recipient. |
MorrisJobke
commented
Sep 29, 2016
|
blizzz
commented
Sep 29, 2016
I mean, automated tests. We would not notice if it breaks. |
nickvergessen
commented
Sep 29, 2016
Hmm let me try to hack into the IUser test when deleting a user, should be possible. |
nickvergessen
commented
Sep 29, 2016
Added tests for deleting preferences, comments and notifications. |
MorrisJobke
commented
Sep 29, 2016
@nickvergessen signed-off comment is missing ;) |
MorrisJobke
commented
Sep 29, 2016
Rebase fixes the detection script. |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
ef6e2fc to
4d1acfdComparenickvergessen
commented
Sep 29, 2016
Rebased |
MorrisJobke
commented
Sep 29, 2016
👍 |
Ref #1551
Not sure if this is correct, or if it should be done by the app. When it's done by the app, each of the apps would need to listen to the hook. What's different from comments to notifications, is that comments stores the data inside "core/server" instead of an app.
@LukasReschke@MorrisJobke thoughts?