mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd:Ⓜ️:pretty_detailed: Fix cache keys selection on null event_idx.
This commit is contained in:
parent
c6e256e9b3
commit
14c652181d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ircd::m::pretty_detailed(std::ostream &out,
|
|||
{
|
||||
event_idx?
|
||||
m::cached_keys(event_idx, m::event::keys::selection{}):
|
||||
m::event::keys::selection{}
|
||||
m::event::keys::selection{m::event::keys::include{}}
|
||||
};
|
||||
|
||||
const bool full_json
|
||||
|
|
Loading…
Reference in a new issue