Handle PeerTube indexing #11
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
tom79/Holos-Discover#11
Loading…
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?
PeerTube sources are not being indexed at all, probably because they don't use the correct flag. As PeerTube has its own global search engine I think it may be okay to ignore the flag if the account is on a PeerTube instance, though I would obviously check with the dev of the software before going forward with that just to make sure PeerTube doesn't have its own flag for that. In addition, whenever a new PeerTube instance is discovered, it may be beneficial to follow that instance's relay (every PeerTube instance has a built-in relay at
@peertube@instance.tld).UPDATE: PeerTube has implemented the Indexable attribute! https://github.com/Chocobozzz/PeerTube/issues/7509#event-23852869237
Holos Discover will automatically index new posts from PeerTube channels once they expose
indexable = trueon their ActivityPub profile.