mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
modules/client/sync/rooms/state: Remove assertion.
This commit is contained in:
parent
41c8643305
commit
f4b860e612
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ ircd::m::sync::room_state_linear_events(data &data)
|
|||
{
|
||||
is_own_membership && data.membership == "join"
|
||||
};
|
||||
assert(!is_own_join || m::membership(*data.event) == "join");
|
||||
|
||||
// Figure out whether the event was included in the timeline or whether
|
||||
// to include it here in the state, which comes before the timeline.
|
||||
|
|
Loading…
Reference in a new issue