mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/client/sync/rooms/state: Fix missing append.
This commit is contained in:
parent
06459e655e
commit
425364f13e
1 changed files with 1 additions and 0 deletions
|
@ -207,4 +207,5 @@ ircd::m::sync::room_state_append(data &data,
|
|||
opts.client_txnid = &data.client_txnid;
|
||||
opts.user_id = &data.user.user_id;
|
||||
opts.user_room = &data.user_room;
|
||||
m::append(events, event, opts);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue