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:
parent
5b52ac3103
commit
05147794c8
1 changed files with 10 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue