You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Type string `json:"type"` // Either "show" or "block" for whether this filter should exclude everything except for what's shown or show everything except for what's blocked.
Name string `json:"name"` // A User assigned name for this filter.
UserIds []string `json:"user_ids"` // A slice of user ids a Post must or must not be created by.
Hashtags []string `json:"hashtags"` // A slice of hashtags a Post must or must not have.
LinkDomains []string `json:"link_domains"` // A slice of domains a Post must or must not have a link to.
MentionUserIds []string `json:"mention_user_ids"` // A slice of user ids a Post must or must not mention.