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

partial_state_rooms.joined_via is nullable #16547

Open clokep opened 1 year ago

clokep commented 1 year ago

But we assume it is not, see https://github.com/matrix-org/synapse/pull/16505#discussion_r1364472224

clokep commented 1 year ago

I think since this table is small we can probably just change the column?