mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
* do not use ratelimiter for bots i tried some other approaches as having optional ratelimiter or handle `can_send()` for bots differently, but all that results in _far_ more code and/or indirections - esp. as the "bot" config can change and is also persisted - and the ratelimiter is created at a point where the database is not yet available ... of course, all that could be refactored as well, but this two-liner also does the job :) * update CHANGELOG