From afcfa48a7dfc87e35ba32c42b1f37405565a5087 Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Fri, 7 Jun 2024 01:51:13 -0700 Subject: [feature] Implement filters_changed stream event (#2972) --- docs/api/swagger.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 3946a37ce..6bb5b45ea 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -8651,7 +8651,7 @@ paths: `update`: a new status has been received. `notification`: a new notification has been received. `delete`: a status has been deleted. - `filters_changed`: not implemented. + `filters_changed`: filters (including keywords and statuses) have changed. enum: - update - notification @@ -8668,6 +8668,7 @@ paths: If `event` = `update`, then the payload will be a JSON string of a status. If `event` = `notification`, then the payload will be a JSON string of a notification. If `event` = `delete`, then the payload will be a status ID. + If `event` = `filters_changed`, then there is no payload. example: '{"id":"01FC3TZ5CFG6H65GCKCJRKA669","created_at":"2021-08-02T16:25:52Z","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://gts.superseriousbusiness.org/users/dumpsterqueer/statuses/01FC3TZ5CFG6H65GCKCJRKA669","url":"https://gts.superseriousbusiness.org/@dumpsterqueer/statuses/01FC3TZ5CFG6H65GCKCJRKA669","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":fals…//gts.superseriousbusiness.org/fileserver/01JNN207W98SGG3CBJ76R5MVDN/header/original/019036W043D8FXPJKSKCX7G965.png","header_static":"https://gts.superseriousbusiness.org/fileserver/01JNN207W98SGG3CBJ76R5MVDN/header/small/019036W043D8FXPJKSKCX7G965.png","followers_count":33,"following_count":28,"statuses_count":126,"last_status_at":"2021-08-02T16:25:52Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null,"text":"a"}' type: string stream: -- cgit v1.2.3