diff options
Diffstat (limited to 'lib/csapi/search.h')
-rw-r--r-- | lib/csapi/search.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csapi/search.h b/lib/csapi/search.h index 572ea6af..7508aa0e 100644 --- a/lib/csapi/search.h +++ b/lib/csapi/search.h @@ -87,6 +87,7 @@ namespace QMatrixClient struct ResultRoomEvents { Omittable<qint64> count; + QStringList highlights; std::vector<Result> results; std::unordered_map<QString, StateEvents> state; QHash<QString, QHash<QString, GroupValue>> groups; |