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:
parent
82c2b7248a
commit
0fe24757ba
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue