0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-03-16 22:41:46 +01:00

modules/client/rooms/receipt: Add log message for the local commit path.

This commit is contained in:
Jason Volk 2018-05-26 04:24:12 -07:00
parent 5b52ac3103
commit 05147794c8

View file

@ -89,6 +89,16 @@ commit__m_receipt_m_read(const m::room::id &room_id,
})
};
log::info
{
"%s read by %s in %s @ %zd => %s (local)",
string_view{event_id},
string_view{user_id},
string_view{room_id},
ms,
string_view{evid}
};
const json::value event_ids[]
{
{ event_id }