Skip to content

Commit b2c8a3f

Browse files
removed a unwanted call
1 parent 2096892 commit b2c8a3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ConversationList.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const ConversationList = ({ chatUser }) => {
4747
setChatLoading(false);
4848
};
4949
initialize();
50-
getMergedMediaMessages(chatUser);
5150
}, [chatUser]);
5251

5352
// Monitor new messages and update counter

0 commit comments

Comments
 (0)