FeedManager Function Example #8
Labels
No labels
bug
confirmed
critical
discussion
documentation
enhancement
merge-upstream
suggestion
support
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
babka/mastodon-babka#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can you show me an example of what a FeedManager function should expect as input?
We'll need this for AC or WW integration
assigned to @CSDUMMI
FeedManager.filter?receives three arguments:timeline: a symbol that can be either:home,:list,:mentionsor:tagsstatus: the ActiveRecord of the statusreceiver: an account record that would receive this statusFeedManager.filter?returns a boolean. If it is true, the status is not added to the timeline. Otherwise it is.mentioned in issue #9