From 7337363fdd262a447852575f98a3435b55e5d214 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Mon, 5 Aug 2019 19:02:19 +0400 Subject: [PATCH] docs: Mark FilterAPI as implemented --- STATUS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/STATUS.md b/STATUS.md index bf77ee5..26f713d 100644 --- a/STATUS.md +++ b/STATUS.md @@ -50,6 +50,9 @@ Implemented from [Client-Server API](https://matrix.org/docs/spec/client_server/ ## [8 Filtering](https://matrix.org/docs/spec/client_server/latest#filtering) +- [x] [8.2.1 POST /_matrix/client/r0/user/{userId}/filter](https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-user-userid-filter) +- [x] [8.2.2 GET /_matrix/client/r0/user/{userId}/filter/{filterId}](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-user-userid-filter-filterid) + ### [8.2 API endpoints](https://matrix.org/docs/spec/client_server/latest#api-endpoints) - [ ] [8.2.1 POST /_matrix/client/r0/user/{userId}/filter](https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-user-userid-filter)