[bug] Emoji reactions from Misskey/Foundkey #499
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#499
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What were you trying to do?
Send an emoji reaction from Foundkey to Akkoma.
What did you expect to happen?
Akkoma receives the emoji reaction and reads the
content
field of theLike
activity. (Note: Thecontent
attribute is defined by ActivityPub.)What actually happened?
Akkoma only checks the
_misskey_reaction
attribute (defined by Misskey), even though thecontent
attribute (defined by ActivityPub) has been provided by Misskey for a long time (since 2020-02-06) and is still provided. Since thecontent
attribute is defined by ActivityPub it should IMHO be preferred.See also FoundKeyGang/FoundKey#354
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
ah misskey_reaction was finally purged huh
yea i guess we can remove matching there
hooray
fixed via
e124a109c1