[feature] Implement filters_changed stream event (#2972)

This commit is contained in:
Vyr Cossont 2024-06-07 01:51:13 -07:00 committed by GitHub
commit afcfa48a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 303 additions and 12 deletions

View file

@ -42,6 +42,10 @@ const (
// user's timeline has been edited (yes this
// is a confusing name, blame Mastodon ...).
EventTypeStatusUpdate = "status.update"
// EventTypeFiltersChanged -- the user's filters
// (including keywords and statuses) have changed.
EventTypeFiltersChanged = "filters_changed"
)
const (