This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Clear out empty event_push_summary rows #13875
Labels
A-Threads
Threaded messages
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
After #13776 we generate a row in
event_push_summary
per (user, room, thread). If a receipt marks a thread as completely read then the summary is (somewhat) useless as thenotif_count
andunread_count
would be 0.It might make sense to clean these up eventually to avoid the table growing too large.
There's some conversation about this at #13776 (comment).
The text was updated successfully, but these errors were encountered: