0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 15:53:46 +02:00

ircd:Ⓜ️:pretty_detailed: Fix cache keys selection on null event_idx.

This commit is contained in:
Jason Volk 2020-07-04 21:52:36 -07:00
parent c6e256e9b3
commit 14c652181d

View file

@ -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