You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the notif_count and unread_count would be 0.
It might make sense to clean these up eventually to avoid the table growing too large.
This issue has been migrated from #13875.
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 matrix-org/synapse#13776 (comment).
The text was updated successfully, but these errors were encountered: