0
0
Fork 0
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:
Jason Volk 2019-01-21 16:24:09 -08:00
parent c30dfac408
commit 97181f9eca

View file

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