[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
parent e605788b4b
commit afcfa48a7d
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 (