mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
modules/client/sync/rooms/account_data: Make handler phase aware. (closes #105)
This commit is contained in:
parent
add1bb6dac
commit
9bab37d585
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ ircd::m::sync::room_account_data
|
||||||
"rooms.account_data",
|
"rooms.account_data",
|
||||||
room_account_data_polylog,
|
room_account_data_polylog,
|
||||||
room_account_data_linear,
|
room_account_data_linear,
|
||||||
|
{
|
||||||
|
{ "phased", true }
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in a new issue