Add a worker to fetch new replies to known messages. #481

Closed
Ghost wants to merge 2 commits from (deleted):develop into develop
First-time contributor

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.

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.
Ghost added 2 commits 2023-02-21 15:05:07 +00:00

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 )

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 )
floatingghost closed this pull request 2023-02-26 21:49:18 +00:00
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending

Pull request closed

Sign in to join this conversation.
No description provided.