Open clokep opened 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.)
first_message_index
forwarded_count
is_verified
bool
See https://github.com/matrix-org/synapse/pull/16505#discussion_r1364476578
first_message_index
andforwarded_count
andis_verified
are nullable, but assumed not to be. (is_verified
probably doesn't matter since it gets converted to abool
anyway.)See https://github.com/matrix-org/synapse/pull/16505#discussion_r1364476578