Files
synapse/changelog.d/18000.bugfix
2025-01-24 19:58:01 +00:00

2 lines
205 B
Plaintext

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.