Add a worker to fetch new replies to known messages. #481
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#481
Loading…
Reference in a new issue
No description provided.
Delete branch "(deleted):develop"
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 you get a message and the sender is on a different instance, it is quite likely that parts of the conversation context will be missing if viewed from your instance. Adds a worker that periodically checks for new replies.
whilst i appreciate the thought, this is almost certainly a bad idea
it will scale poorly, leading to n tasks periodically running on the server, only increasing as time goes on
additionally, it is the burden of the originating instance to forward information, not on the recieving instance to fetch (see: https://w3c.github.io/activitypub/#inbox-forwarding )
Pull request closed