From 42123abea0568072f0a8241aaeeea86bf6470866 Mon Sep 17 00:00:00 2001 From: jack <212554440+jackjackbits@users.noreply.github.com> Date: Sun, 6 Jul 2025 23:55:26 +0200 Subject: [PATCH] Delete COMMIT_MESSAGE.txt --- COMMIT_MESSAGE.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 COMMIT_MESSAGE.txt diff --git a/COMMIT_MESSAGE.txt b/COMMIT_MESSAGE.txt deleted file mode 100644 index 7ed9bdf8..00000000 --- a/COMMIT_MESSAGE.txt +++ /dev/null @@ -1,18 +0,0 @@ -Add delivery confirmation and read receipts for private messages - -- Implement full delivery status flow: sending → sent → delivered → read -- Add visual indicators (gray/green/blue checkmarks) -- Create DeliveryTracker service for managing confirmations -- Add end-to-end encrypted ACK and read receipt messages -- Handle ephemeral peer ID changes with message migration -- Fix message ID preservation in BinaryProtocol -- Ensure proper delivery status for incoming messages -- Add multiple triggers for sending read receipts -- Maintain full backwards compatibility with older clients - -Visual indicators: -- ○ Gray circle = Sending -- ✓ Gray check = Sent -- ✓✓ Green double checks = Delivered -- ✓✓ Blue double checks = Read -- ⚠ Red triangle = Failed \ No newline at end of file