Custom emote reacts from FoundKey turn into Akkoma faves #354

Closed
opened 2023-03-10 14:32:58 +00:00 by iqturaweodponggas · 2 comments

In 68bc2e314b, the _misskey_reaction property was removed from outgoing emote reacts.

This breaks federation of custom emote reacts with Akkoma. Akkoma relies on that property being there to translate it. https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/web/activity_pub/transmogrifier.ex#L422

I don't know (and honestly have no business telling you) whether this means 68bc2e314b should be reverted or Akkoma adjusted (or both in case something other than Akkoma relied on this behavior).

In 68bc2e314b, the `_misskey_reaction` property was removed from outgoing emote reacts. This breaks federation of custom emote reacts with Akkoma. Akkoma relies on that property being there to translate it. https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/web/activity_pub/transmogrifier.ex#L422 I don't know (and honestly have no business telling you) whether this means 68bc2e314b should be reverted or Akkoma adjusted (or both in case something other than Akkoma relied on this behavior).
Owner

I think Akkoma should be adjusted to use the content attribute, which has been provided by Misskey for a long time. The _misskey_reaction attribute has been removed in favour of the content attribute since the latter is defined by ActivityPub while the former is not.

I think Akkoma should be adjusted to use the `content` attribute, which has been provided by Misskey for a long time. The `_misskey_reaction` attribute has been removed in favour of the `content` attribute since the latter is defined by ActivityPub while the former is not.
Owner

Since this in my opinion a bug with akkoma (see linked issue above), I'll close this.

Since this in my opinion a bug with akkoma (see linked issue above), I'll close this.
Sign in to join this conversation.
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
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: FoundKeyGang/FoundKey#354
No description provided.