mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Implement filters_changed stream event (#2972)
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user