From e17764a1ae81393968dfb747c7b67353c109bc71 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 19 Jun 2020 15:01:33 +0200 Subject: csapi/: generated using the latest GTAD and matrix-doc For matrix-doc, specifically, it is master (5cb4b086) merged with https://github.com/matrix-org/matrix-doc/pull/2518. --- lib/csapi/filter.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/csapi/filter.h') diff --git a/lib/csapi/filter.h b/lib/csapi/filter.h index 9aa7dc79..f07b489c 100644 --- a/lib/csapi/filter.h +++ b/lib/csapi/filter.h @@ -19,7 +19,6 @@ namespace Quotient { class DefineFilterJob : public BaseJob { public: /*! \brief Upload a new filter. - * * * \param userId * The id of the user uploading the filter. The access token must be @@ -45,7 +44,6 @@ public: class GetFilterJob : public BaseJob { public: /*! \brief Download a filter - * * * \param userId * The user ID to download a filter for. @@ -65,8 +63,8 @@ public: // Result properties - /// "The filter defintion" - Filter data() const { return fromJson(jsonData()); } + /// The filter definition. + Filter filter() const { return fromJson(jsonData()); } }; } // namespace Quotient -- cgit v1.2.3