are they at least backwards compatible with servers that don't implement neither reactions nor custom emoji?
Top-level
are they at least backwards compatible with servers that don't implement neither reactions nor custom emoji? 4 comments
@alex @grishka In case of pleroma: If BE does not implement reactions, unknown activity type would be dropped. If BE does not implement custom emoji reactions, EmojiReact activity that does not pass validation would be dropped. The potential problem right now is that latest BE upstream supports custom reactions, while latest upstream FE does not, bae.st is already affected, but hopefully it wouldn't take too long to merge.
|
@grishka It uses an EmojiReact activity I think, so if you drop those you’ll likely drop these too. @mkljczk knows more details.