Skip to content

[stable29] fix(files): Properly handle denied ownership transfers - #45906

Merged
susnux merged 1 commit into
stable29from
backport/45884/stable29
Jun 25, 2024
Merged

[stable29] fix(files): Properly handle denied ownership transfers#45906
susnux merged 1 commit into
stable29from
backport/45884/stable29

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #45884

When the receiver denies the transfer the notification handler was missing,
so no notification was created for the transfer owner.
But also the internal notification was created two times:
1. When rejecting the transfer
2. By the reject function when dismissing the notification
This is fixed by only relying on the dismiss function.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnuxsusnux added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jun 17, 2024
@blizzzblizzz mentioned this pull request Jun 17, 2024
8 tasks
@susnux
susnux merged commit 6f34a47 into stable29Jun 25, 2024
@susnux
susnux deleted the backport/45884/stable29 branch June 25, 2024 16:03
@AltahrimAltahrim mentioned this pull request Jul 10, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbugfeature: files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@SystemKeeper@susnux@blizzz