We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When access to a federated shared file/folder is removed, no notification gets triggered in in-app and email both. Similar to: #10718
Alice
LOCAL
Brian
REMOTE
toShare
curl "https://localhost:10200/ocs/v2.php/apps/notifications/api/v1/notifications?format=json" \ -u brian:root -vk | jq
Expected to get notification related to Resource unshared
Resource unshared
Brian gets no notifications related to Resource unshared.
{ "ocs": { "meta": { "message": "", "status": "", "statuscode": 200 }, "data": null } }
Infinite Scale 7.1.0-rc.4+d19378cd8b Community ownCloud Web UI 11.1.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When access to a federated shared file/folder is removed, no notification gets triggered in in-app and email both.
Similar to: #10718
Steps to reproduce
Alice
atLOCAL
server and userBrian
atREMOTE
server.Alice
, create a foldertoShare
and share it to userBrian
atREMOTE
.Alice
, remove access of userBrian
from the foldertoShare
.Expected behavior
Expected to get notification related to
Resource unshared
Actual behavior
Brian
gets no notifications related toResource unshared
.OcmResourceUnshared.webm
Details
The text was updated successfully, but these errors were encountered: