Skip to content

Commit

Permalink
refactor: add sign to reaction event message
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-damocles committed Dec 31, 2024
1 parent 9dffb15 commit 7fed0f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class ConversationMessageActionsService {
createdAt: createdAt,
pubkey: signer.publicKey,
kind: PrivateMessageReactionEntity.kind,
sig: null,
sig: await signer.sign(message: id),
);

Logger.log('Event message $eventMessage');
Expand Down

0 comments on commit 7fed0f1

Please sign in to comment.