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 Jan 3, 2025
1 parent 68497c4 commit b81bf70
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 b81bf70

Please sign in to comment.