Skip to content
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(files): Properly handle denied ownership transfers #45884

Merged
merged 1 commit into from
Jun 17, 2024

Commits on Jun 14, 2024

  1. fix(files): Properly handle denied ownership transfers

    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>
    susnux committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1550af8 View commit details
    Browse the repository at this point in the history