matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

pusher_throttle has nullable columns #16546

Open clokep opened 1 year ago

clokep commented 1 year ago

last_sent_ts and throttle_ms are nullable, but that doesn't really make sense and we assume it always returns / sets ints.

See https://github.com/matrix-org/synapse/pull/16505#discussion_r1364466510