mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +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.client_txnid = &data.client_txnid;
|
||||||
opts.user_id = &data.user.user_id;
|
opts.user_id = &data.user.user_id;
|
||||||
opts.user_room = &data.user_room;
|
opts.user_room = &data.user_room;
|
||||||
|
m::append(events, event, opts);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue