mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-07-23 02:12:13 +00:00
When a file is concurrently deleted while addRecipient runs, the FK constraint on recipients.sender_id raises ForeignKeyViolation. Previously this propagated as INTERNAL; now it returns AUTH (file not found).