Feature: A plugin allowlisting "following" #7
Labels
No labels
Critical Bug
Documentation
Feature
Small bug
tests
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
babka/activitycolander#7
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?
If someone is directly following another actor, then this should be used to determine spammyness.
To do this properly, the plugin will need to query the AP server.
This information may be located in the
followingcollection of the Actor's public identifier, or if the AP server blocks this request, then it may require some form of either authentication or else be queried via an API such as the Mastodon APIThis raises an interesting question: What assumptions should we make about the AP Server? Assuming that it implements the ActivityPub protocol is fair and I'd not go below that.
But how will we know for example to use a mastodon API? Via a configuration variable, via testing the receiver server or by developing plugins specifically for Mastodon, Misskey, Pleroma, etc?
changed title from Feature: A plugin {-white-}listing "following" to Feature: A plugin {+allow+}listing "following"