diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-31 16:30:22 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-31 17:37:09 +0200 |
commit | fed831820965ad5654317d5e7df18c23fa75de20 (patch) | |
tree | 064c95be99e949cc05a694c1f401abb1474feb17 /gtad | |
parent | 3c6ca3c89d7b1a972d50ec4eb0b42ab350771f72 (diff) | |
download | libquotient-fed831820965ad5654317d5e7df18c23fa75de20.tar.gz libquotient-fed831820965ad5654317d5e7df18c23fa75de20.zip |
gtad.yaml (again): shortcut OneTimeKeys
This requires OneTimeKeys in keys.yaml to be marked as such (done in
quotient-im/matrix-spec but it's not there in matrix-org/matrix-spec).
Diffstat (limited to 'gtad')
-rw-r--r-- | gtad/gtad.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtad/gtad.yaml b/gtad/gtad.yaml index e8d4ba35..b1c143b6 100644 --- a/gtad/gtad.yaml +++ b/gtad/gtad.yaml @@ -106,6 +106,9 @@ analyzer: # imports: '"csapi/definitions/sync_filter.h"' # - getFilter<: *Filter - RoomFilter: # A structure inside Filter, same story as with *_filter.yaml + - OneTimeKeys: + type: OneTimeKeys + imports: '"e2ee/e2ee.h"' - //: *UseOmittable - array: - string: QStringList |