-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
Regression in filesystem handling breaks Talk/ attachment folder #36787
Comments
PS also with #36774 Talk tests still fail. |
This seems to be the code part where the event should get triggered but doesn't due to the missing full fs setup: server/apps/files_sharing/lib/Controller/ShareAPIController.php Lines 202 to 232 in a7abe2c
Maybe getById is not triggering the |
Shall we close, or you want to retry @juliushaertl ? |
We can close this one, I reopened #31357 and would look into it again at some point after 26 is out. |
Since the merge of #36589 yesterday all Talk/ folder related integration tests started failing.
I did a bisect:
I guess the problem is that one of the following events is not triggered anymore:
https://github.com/nextcloud/spreed/blob/545d3ab5cb4349dde7581bba67cd1e5facef9a1a/lib/Share/Listener.php#L39-L40
Given the state of feature freeze I would vote to go with the simple solution for now and simply revert the PR?
Once stable26 is branched off we can start a follow up to see what exactly is missing with the PR and see if we can fix that manually.
cc @miaulalala
The text was updated successfully, but these errors were encountered: