mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-13 18:45:49 +05:00
The reading pane marked the open message read on EVERY redraw (onupdate), so "Mark as unread" was undone the instant it ran -- and worse, the change notification scheduled a summaries reload whose redraw re-triggered the marking: a full getMessageSummaries fetch every ~250 ms for as long as the message stayed open. The auto-mark now runs once per opened message (reset when the pane closes), and selecting a message no longer sends a second MessageRead -- loadMail() already does. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| make-src | ||
| .editorconfig | ||
| .nvmrc | ||
| .prettierrc | ||
| eslint.config.mjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||