aboutsummaryrefslogtreecommitdiff
path: root/gtad
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-06 13:38:32 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-06 14:22:10 +0200
commitde3a446b7b005ac57edb422eced7eec252ed3a92 (patch)
tree9cb53ad2b832a8ec6db53d13f1d515a61efcccde /gtad
parent2ecc08357fab7d22947b9cb5251d2f29be2ec55b (diff)
downloadlibquotient-de3a446b7b005ac57edb422eced7eec252ed3a92.tar.gz
libquotient-de3a446b7b005ac57edb422eced7eec252ed3a92.zip
GTAD: inline public_rooms_chunk.yaml
Also: drop inlining PublicRoomResponse by the name because it's already inlined by $ref before that. This configuration needs the latest GTAD (revision 51c53ed3) to work correctly; earlier GTAD will produce FTBFS code.
Diffstat (limited to 'gtad')
-rw-r--r--gtad/gtad.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtad/gtad.yaml b/gtad/gtad.yaml
index b1c143b6..2d004cbc 100644
--- a/gtad/gtad.yaml
+++ b/gtad/gtad.yaml
@@ -97,10 +97,10 @@ analyzer:
title: MsisdnValidationData
- /_filter.yaml$/: # Event/RoomEventFilters do NOT need Omittable<>
- /public_rooms_response.yaml$/: { _inline: true }
+ - /public_rooms_chunk.yaml$/: { _inline: true }
- //: *UseOmittable # Also apply "avoidCopy" to all other ref'ed types
- schema:
- getTurnServer<: *QJsonObject # It's used as an opaque JSON object
- - PublicRoomResponse: { _inline: true }
# - defineFilter>: &Filter # Force folding into a structure
# type: Filter
# imports: '"csapi/definitions/sync_filter.h"'