You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Mastodon-fork or other Fediverse servers support Emoji reactions but Elk cannot show any of them now.
Although the full support for non-Mastodon feature from Masto.js is still under discussion (neet/masto.js#939), Phanpy already partially supports it (read-only for now). And the required data is already in the API response. The following example is the response used in Elk from Mastodon-fork server (fedibird.com):
I think this feature has been there for a long time and is enough stable, so Elk also can support some of them at least as a read-only feature like Phanpy. This will reduce the hurdle of using Elk for users in such servers.
There was a misunderstanding. The above emojis fields only include the emoji information used within the body text, not emoji reactions. So additional data needs to be fetched from another place.
Some Mastodon-fork or other Fediverse servers support Emoji reactions but Elk cannot show any of them now.
Although the full support for non-Mastodon feature from Masto.js is still under discussion (neet/masto.js#939), Phanpy already partially supports it (read-only for now). And the required data is already in the API response. The following example is the response used in Elk from Mastodon-fork server (fedibird.com):
https://mastodon.social/api/v1/statuses/113389571139053725
I think this feature has been there for a long time and is enough stable, so Elk also can support some of them at least as a read-only feature like Phanpy. This will reduce the hurdle of using Elk for users in such servers.
Examples
Original post in Fedibird (Mastodon-fork): https://fedibird.com/@shuuji3/113389571124564820
On Phanpy
https://phanpy.social/#/fedibird.com/s/113389571124564820
On Elk
https://main.elk.zone/fedibird.com/@shuuji3/113389571124564820
Other
Useful information on reaction API: cheeaun/phanpy#598 (comment)
The text was updated successfully, but these errors were encountered: