mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
Revert "ircd:Ⓜ️:event::fetch: Disallow the json query by default for now."
This reverts commit de8d14da5b
.
This commit is contained in:
parent
c30dfac408
commit
97181f9eca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue