Support reading remote collections #404

Open
opened 2019-01-02 13:15:56 +00:00 by trinity-1686a · 0 comments

Current fix of #217 only show follower-only (or equivalent) comments to peoples mentioned in it, which means some peoples allowed to read a comment won't see it, but no people not allowed to can. We should query collections that are in the to/cc field of comments, to also show comments to the followers.
This imply sending signed GET requests as Mastodon offer an "Hide your network" option which hide followers from unauthenticated requests
Querying collection should take place here 80a4dae8bd/plume-models/src/comments.rs (L253)

Plume version (and/or commit): 0.2.0

Current fix of #217 only show follower-only (or equivalent) comments to peoples mentioned in it, which means some peoples allowed to read a comment won't see it, but no people not allowed to can. We should query collections that are in the to/cc field of comments, to also show comments to the followers. This imply sending signed GET requests as Mastodon offer an "Hide your network" option which hide followers from unauthenticated requests Querying collection should take place here https://github.com/Plume-org/Plume/blob/80a4dae8bda18139da71ff678a50d4cc6baa27b3/plume-models/src/comments.rs#L253 Plume version (and/or commit): 0.2.0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#404
No description provided.