0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-02 16:05:23 +02:00
synapse/changelog.d/11005.misc
Patrick Cloke eb9ddc8c2e
Remove the deprecated BaseHandler. (#11005)
The shared ratelimit function was replaced with a dedicated
RequestRatelimiter class (accessible from the HomeServer
object).

Other properties were copied to each sub-class that inherited
from BaseHandler.
2021-10-08 07:44:43 -04:00

1 line
44 B
Text

Remove the deprecated `BaseHandler` object.