You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Plume/plume-models/src/comments.rs
Line 253 in 80a4dae
Plume version (and/or commit): 0.2.0
The text was updated successfully, but these errors were encountered: