0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-19 16:30:52 +01: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) index(last_read)
}; };
data.commit();
json::stack::object out json::stack::object out
{ {
data.out data.out
}; };
if(!apropos(data, start_idx))
return;
data.commit();
// highlight_count // highlight_count
json::stack::member json::stack::member
{ {