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

presence_stream has many nullable fields #16467

Open clokep opened 1 year ago

clokep commented 1 year ago

Every column of presence_stream is nullable, but this doesn't really make sense. All of the columns are required except status_msg, which can be null.

clokep commented 1 year ago

Noticed in https://github.com/matrix-org/synapse/pull/16444#discussion_r1350613200.