mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
modules/client/sync/rooms/unread_notifications: Set initial=true for polylog phased.
This commit is contained in:
parent
3d982a3042
commit
22fd1c4350
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ ircd::m::sync::room_unread_notifications
|
|||
{
|
||||
"rooms.unread_notifications",
|
||||
room_unread_notifications_polylog,
|
||||
room_unread_notifications_linear
|
||||
room_unread_notifications_linear,
|
||||
{
|
||||
{ "initial", true },
|
||||
}
|
||||
};
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in a new issue