0
0
Fork 0
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:
Jason Volk 2019-07-04 02:29:05 -07:00
parent 3d982a3042
commit 22fd1c4350

View file

@ -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