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 () => {
|
return () => {
|
||||||
cancelled = true;
|
cancelled = true;
|
||||||
};
|
};
|
||||||
}, [activeChatId, messages.length]);
|
}, [activeChatId, messages]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!pendingDelete) {
|
if (!pendingDelete) {
|
||||||
|
|||||||
Reference in New Issue
Block a user