Open clokep opened 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.
presence_stream
status_msg
Noticed in https://github.com/matrix-org/synapse/pull/16444#discussion_r1350613200.
Every column of
presence_stream
is nullable, but this doesn't really make sense. All of the columns are required exceptstatus_msg
, which can be null.