Some checks failed
Store sender's sessionPubkey on message_queue at send time. drainForMember returns COALESCE(sender_session_pubkey, peer_pubkey) so the recipient gets the correct sender key for decryption. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 line
75 B
SQL
1 line
75 B
SQL
ALTER TABLE "mesh"."message_queue" ADD COLUMN "sender_session_pubkey" text; |