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

e2e_room_keys has nullable fields #16548

Open clokep opened 1 year ago

clokep commented 1 year ago

first_message_index and forwarded_count and is_verified are nullable, but assumed not to be. (is_verified probably doesn't matter since it gets converted to a bool anyway.)

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