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
81 stars 14 forks source link

EMA: Cache the post when replying to it #318

Closed akirk closed 4 months ago

akirk commented 4 months ago

Now you can also reply to an external status (provided via ActivityPub, for example if you view someone else through an app that you are not following), and analog to #307 this caches the post before the reply happens so that the comment can appear inside the Friends plugin as a comment.

Thus, as soon as you reply to a status of someone you are not following, that status will then appear in your Friends page under the External user.

This makes use of changes in https://github.com/akirk/enable-mastodon-apps/pull/134.