0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 21:28:53 +02:00

modules/client/sync/rooms/unread_notifications: Remove condition to send counts.

This commit is contained in:
Jason Volk 2019-02-20 16:32:01 -08:00
parent 82c2b7248a
commit 0fe24757ba

View file

@ -50,16 +50,12 @@ ircd::m::sync::room_unread_notifications_polylog(data &data)
index(last_read)
};
data.commit();
json::stack::object out
{
data.out
};
if(!apropos(data, start_idx))
return;
data.commit();
// highlight_count
json::stack::member
{