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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Clarification: state_events & current_state_events refer to the columns in room_stats
state_eventsshould be relatively trivial to update. is going to be dumped.
current_state_events may be slightly trickier – ah, but I guess I can increment if the state event doesn't have a previous event – maybe not trickier after all.
The text was updated successfully, but these errors were encountered:
No, #5624 concerns rooms missing stats altogether (no rows) and affects new rooms.
This concerns the fact that stats will not be incrementally updated properly for rooms which are properly registered in the room stats system ({current_,}state_events not updated to reflect actual value). All rooms are affected.
Note that it has been decided to dump state_events as it is not a statistic with known uses right now – and it is slightly troublesome to track. So this issue now focusses on current_state_events and will drop state_events.
Clarification:
state_events
¤t_state_events
refer to the columns inroom_stats
state_events
should be relatively trivial to update.is going to be dumped.current_state_events
may be slightly trickier – ah, but I guess I can increment if the state event doesn't have a previous event – maybe not trickier after all.The text was updated successfully, but these errors were encountered: