We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b24551 commit a433f6cCopy full SHA for a433f6c
package/src/components/Channel/Channel.tsx
@@ -858,7 +858,7 @@ const ChannelWithContext = <
858
const initChannel = async () => {
859
setLastRead(new Date());
860
const unreadCount = channel.countUnread();
861
- if (!channel || !shouldSyncChannel || channel.offlineMode) {
+ if (!channel || !shouldSyncChannel) {
862
return;
863
}
864
let errored = false;
0 commit comments