-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix: close cursor after reading the invitation #39700
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
fix: close cursor after reading the invitation #39700
Conversation
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd even say this is a bugfix. Let's backport
0167e90 to
a4fe5ee
Compare
|
/backport to stable26 |
|
/backport to stable25 |
|
/backport to stable27 |
|
CI failures look suspicious |
a4fe5ee to
6389c87
Compare
Thanks, updated the tests to expect |
6389c87 to
176a2a0
Compare
|
failing acceptance tests should be unrelated |
Signed-off-by: Daniel Kesselberg <[email protected]>
176a2a0 to
378a0f9
Compare
|
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
|
backports for 27 and 26 are in. impact is low and 25 eol and therefore no backport for 25. |
Summary
🚀
TODO
Checklist