Whats the best way to add custom reactions to each post in a custom app view? #1285
-
Does bsky.app itself support it via xrpc/lexicons, or would it necessitate running a custom atproto server, and then add on support via a custom lexicon, and write a fallback for it for other clients? Love what you're building! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Good question! There are likely multiple ways this could be accomplished, and we don't yet have enough experience with feature extensions to existing Lexicons to recommend a best practice. Creating an entirely new application/modality would be relatively more straight-forward. One way this could work:
In theory, you could also advocate to the existing app namespace authority (for |
Beta Was this translation helpful? Give feedback.
Good question! There are likely multiple ways this could be accomplished, and we don't yet have enough experience with feature extensions to existing Lexicons to recommend a best practice. Creating an entirely new application/modality would be relatively more straight-forward.
One way this could work:
io.viksit.feed.reaction
. the schema would be similar toapp.bsky.feed.like
, but would include an emoji field (or string, or whatever you are thinking)