This commit is contained in:
Dirk Klimpel 2021-11-11 08:59:43 +00:00 committed by GitHub
commit daebe29ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix a long-standing bug where messages in the `device_inbox` table for deleted devices would persist indefinitely. Contributed by @dklimpel and @JohannesKleine.

View file

@ -19,4 +19,4 @@
-- This runs as background task, but may take a bit to finish.
INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
(6402, 'remove_deleted_devices_from_device_inbox', '{}');
(6505, 'remove_deleted_devices_from_device_inbox', '{}');