mirror of
https://github.com/matrix-construct/construct
synced 2024-12-01 19:22:53 +01:00
modules/client/sync/rooms/state: Make room_invite_state phased aware.
This commit is contained in:
parent
5116023cf3
commit
9e927d1a4d
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ ircd::m::sync::room_invite_state
|
|||
"rooms.invite_state",
|
||||
room_invite_state_polylog,
|
||||
room_invite_state_linear,
|
||||
{
|
||||
{ "phased", true },
|
||||
}
|
||||
};
|
||||
|
||||
decltype(ircd::m::sync::_default_keys)
|
||||
|
|
Loading…
Reference in a new issue