Skip to content

Commit 3d3a8bd

Browse files
authored
fix: remove duplicated getEmoji API call (#705)
Resolves https://sendbird.atlassian.net/browse/CLNP-542 Removed duplicated get emoji API call from useGetChannel hook.
1 parent d8eff44 commit 3d3a8bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/Channel/context/hooks/useGetChannel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function useSetChannel({ channelUrl, sdkInit, disableMarkAsRead }, {
3939
}).catch((err) => {
4040
logger.error('Channel: Getting emojis failed', err);
4141
});
42-
sdk.getAllEmoji();
4342
}
4443
}, [channelUrl, sdkInit]);
4544
}

0 commit comments

Comments
 (0)