Description
I wasn't sure whether to open this in the Friends repo or on here, because they both work together for social interactions.
The Issue
Replies and Mentions from the Fediverse are represented in two different ways when using Friends and ActivityPub-WordPress plugins together. ActivityPub-WordPress tends to represent replies to articles as Comments, but sometimes these instead get represented as a Friends Posts
post type with the Friends plugin. When Enable Mastodon Apps gets thrown into the mix, it can make debugging quite challenging!
This actually makes it somewhat difficult to see where certain responses are being handled and stored. It also raises some questions as to whether there ought to be a single, standardized way for handling Fediverse interactions.
Other Considerations
Complicating things further, a number of different types of comments can get represented within social contexts as well. For example, our blog leverages WebMentions and PingBacks, and these can get treated as comments even though they are not social interactions or part of a conversation.
It may be worthwhile to think about whether there's a more unified way to handle mentions and replies for social interaction contexts. I will also open this issue up on the Friends repo as well.