MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / onReactionAdded

Method onReactionAdded

packages/kilo-chat/src/client.ts:381–383  ·  view source on GitHub ↗
(handler: (ctx: string, e: ReactionAddedEvent) => void)

Source from the content-addressed store, hash-verified

379 return this.on('message.deleted', handler);
380 }
381
382 onMessageDeliveryFailed(
383 handler: (ctx: string, e: MessageDeliveryFailedEvent) => void
384 ): () => void {
385 return this.on('message.delivery_failed', handler);
386 }

Callers 1

useMessageCacheUpdaterFunction · 0.80

Calls 1

onMethod · 0.95

Tested by

no test coverage detected