fix(web): refresh attachments when message list updates
All checks were successful
CI / test (push) Successful in 20s
All checks were successful
CI / test (push) Successful in 20s
This commit is contained in:
@@ -160,7 +160,7 @@ export function MessageList() {
|
||||
return () => {
|
||||
cancelled = true;
|
||||
};
|
||||
}, [activeChatId, messages.length]);
|
||||
}, [activeChatId, messages]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!pendingDelete) {
|
||||
|
||||
Reference in New Issue
Block a user