fix(web): refresh attachments when message list updates
All checks were successful
CI / test (push) Successful in 20s

This commit is contained in:
2026-03-08 13:11:11 +03:00
parent 072677b9ad
commit 10d4e0386a

View File

@@ -160,7 +160,7 @@ export function MessageList() {
return () => { return () => {
cancelled = true; cancelled = true;
}; };
}, [activeChatId, messages.length]); }, [activeChatId, messages]);
useEffect(() => { useEffect(() => {
if (!pendingDelete) { if (!pendingDelete) {