mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +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",
|
||||
room_account_data_polylog,
|
||||
room_account_data_linear,
|
||||
{
|
||||
{ "phased", true }
|
||||
}
|
||||
};
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in a new issue