picoclaw/pkg/channels/buzz
PeterChrz 5acf91a136
feat(channels/buzz): implement ReactionCapable for 👀 emoji reactions
Add ReactToMessage method that publishes a NIP-25 kind:7 reaction event
with content 👀, scoped to the same channel via the h tag and pointing at
the inbound message via the e tag. The undo function is a no-op since
NIP-25 does not define a standard way to remove a reaction.

This enables the BaseChannel auto-reaction pipeline: when a message
arrives on a Buzz channel, the bot reacts with 👀 before processing,
giving the Emperor visual confirmation that the message was received.
2026-08-12 09:41:32 -04:00
..
buzz.go feat(channels/buzz): implement ReactionCapable for 👀 emoji reactions 2026-08-12 09:41:32 -04:00
buzz_test.go feat(channels): add Buzz (Nostr relay) channel 2026-08-11 21:41:16 -04:00
handler.go feat(channels): add Buzz (Nostr relay) channel 2026-08-11 21:41:16 -04:00
init.go feat(channels): add Buzz (Nostr relay) channel 2026-08-11 21:41:16 -04:00