mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-12 10:56:50 +00:00
1 line
No EOL
204 B
Text
1 line
No EOL
204 B
Text
Add rate limit `rc_presence.per_user`. This prevents load from excessive presence updates sent by clients via sync api. Also rate limit `/_matrix/client/v3/presence` as per the spec. Contributed by @rda0. |