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 sending outbox messages of deletd accounts #6592

Merged
merged 1 commit into from
May 31, 2022

Conversation

ChristophWurst
Copy link
Member

If the account of a local message has been deleted, we will be unable to
locate it. This hard error aborts the outbox flush process and gets all
other messages stuck as well.

How to test

  1. Configure an account
  2. Schedule a message in 3m
  3. Delete the account
  4. Run cron

Main: outbox flushing stops at this broken message
Here: message is ignored, other messages get sent

If the account of a local message has been deleted, we will be unable to
locate it. This hard error aborts the outbox flush process and gets all
other messages stuck as well.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst
Copy link
Member Author

/backport to stable1.12

@ChristophWurst
Copy link
Member Author

/backport to stable1.13

@ChristophWurst ChristophWurst removed this from the v1.13.0 milestone May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants