mirror of
https://github.com/matrix-construct/construct
synced 2025-01-19 11:01:54 +01:00
ircd:Ⓜ️ Calculate hash on pretty_online(event) if missing.
This commit is contained in:
parent
59467cf670
commit
e39adf9942
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ ircd::m::pretty_oneline(std::ostream &s,
|
|||
if(event.event_id)
|
||||
s << event.event_id << " ";
|
||||
else
|
||||
s << "* ";
|
||||
s << m::event::id::v4{sdbuf, event} << ' ';
|
||||
|
||||
const auto &auth_events{json::get<"auth_events"_>(event)};
|
||||
s << "A:" << auth_events.count() << " ";
|
||||
|
|
Loading…
Add table
Reference in a new issue