Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Delete messages from device_inbox table when deleting device#10969

Merged
erikjohnston merged 22 commits intomatrix-org:developfrom
dklimpel:fix-3599
Oct 27, 2021
Merged

Delete messages from device_inbox table when deleting device#10969
erikjohnston merged 22 commits intomatrix-org:developfrom
dklimpel:fix-3599

Conversation

@dklimpel
Copy link
Copy Markdown
Contributor

@dklimpel dklimpel commented Oct 1, 2021

Fixes: #9346
Replaces: #10098

Related:

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
  • Pull request includes a sign off
  • Code style is correct (run the linters)

Signed-off-by: Dirk Klimpel dirk@klimpel.org

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

to_device messages aimed at a local device are not removed after that device is deleted

5 participants