v0.0.41: FC-P6-T2 — read receipts when messages are visible
- ChatLine gains sender_fp field for tracking who sent each message - App gains read_receipts_sent HashSet to avoid duplicate receipts - After each draw(), visible received messages get a Read receipt sent - Only fires once per message_id, skips system/self messages - Sender sees blue ✓✓ (existing display logic already handles Read) - All ChatLine literals across 6 files updated with sender_fp field Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "warzone-protocol"
|
||||
version = "0.0.40"
|
||||
version = "0.0.41"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Core crypto & wire protocol for featherChat (Warzone messenger)"
|
||||
|
||||
Reference in New Issue
Block a user