akirk / friends

A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications.
https://wpfriends.at/
GNU General Public License v2.0
78 stars 13 forks source link

Cache ActivityPub post before replying or boosting #307

Closed akirk closed 2 months ago

akirk commented 2 months ago

Previously we had a form that previewed the ActivityPub you wanted to reply to or boost. You would arrive there through multiple means. Clicking reply on a post that came in via ActivityPub. Entered the URL in the search form. Through the brwoser extension.

This is now changed so that the URL is downloaded and given its own URL inside the friends plugin and can then be acted upon inline: Screenshot 2024-05-01 at 14 16 59

This also changes it so that the existing comments will be downloaded with ActivityPub so that you get some context on the existing discussion: Screenshot 2024-05-01 at 14 17 29

This is makes use of https://github.com/Automattic/wordpress-activitypub/pull/749