diff --git a/include/ircd/m/event/fetch.h b/include/ircd/m/event/fetch.h index 2ab1a9055..7c08fab66 100644 --- a/include/ircd/m/event/fetch.h +++ b/include/ircd/m/event/fetch.h @@ -106,7 +106,7 @@ struct ircd::m::event::fetch::opts /// Whether to allow querying the event_json to populate the event. A value /// of true only allows this type of query to be made; a value of false /// prevents this query from ever being made. - bool query_json {false}; + bool query_json {true}; /// Whether to force an attempt at populating the event from event_json /// first, bypassing any decision-making. This is useful if a key selection