({
threadId,
messageId,
type,
active,
}: {
threadId: string;
messageId: string;
type: string;
active: boolean;
})
| 97 | }): void; |
| 98 | onShare(): void; |
| 99 | sendReaction({ |
| 100 | threadId, |
| 101 | messageId, |
| 102 | type, |
nothing calls this directly
no outgoing calls
no test coverage detected