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
On changing custom user status string event in Riot widget, Riot will generate mass PUT events to each joined room like _matrix/client/r0/rooms/!GmeRxiaTmtSzdSQsrE%3Acalculate-linux.org/state/im.vector.user_status/%40murz%3Aru-matrix.org.
So after some success queries, other queries will rate limited on server side and failed, and seems not retried. I think we need apply rate limiting to them on Riot side?
The text was updated successfully, but these errors were encountered:
On changing custom user status string event in Riot widget, Riot will generate mass PUT events to each joined room like
_matrix/client/r0/rooms/!GmeRxiaTmtSzdSQsrE%3Acalculate-linux.org/state/im.vector.user_status/%40murz%3Aru-matrix.org
.So after some success queries, other queries will rate limited on server side and failed, and seems not retried. I think we need apply rate limiting to them on Riot side?
The text was updated successfully, but these errors were encountered: