mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-21 10:37:26 -07:00
Producing a visual representation of Mastodon interactions with JS
30dc06657c
Akkoma offers the emoji_reactions field both in the toplevel and in the pleroma namespace, to achieve compatibility with fedibird’s frontend. The current probing order will treat Akkoma as a Fedibird instance. However, the relevant endpoint emoji_reactioned_by returning more user details along with reactions is currently not implemented in Akkoma. (Only the minimal API viable for the frontend was implemented, i.e. currently just the emoji_reations duplication and PUT `/api/v1/statuses/:id/emoji_reactions/:emoji`) Thus this order broke evaluation of emoji reactions for Akkoma and even if all Fedibird API was implemented, limiting Akkoma to Fedibird API may give suboptimal results. However, fortunately this probing is only ever relied upon if the ApiClient was manually initialised as Mastodon. If (as by default) autodetect is used, Akkoma gets correctly identified as a Pleroma variant and the probing-based guess isn’t used. In practice this issues was likely rarely ever encountered. |
||
---|---|---|
background.png | ||
create-circle.js | ||
image.js | ||
index.html | ||
LICENSE | ||
README.md | ||
style.css |
Mastodon-Circles
Producing a visual representation of Mastodon interactions with JS