You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skipInitialization: [],// passing empty array will clear out the existing messages from channel state, this removes the possibility of duplicate messages
207
-
});
208
-
209
-
setChannels(offlineChannels);
210
-
setStaticChannelsActive(true);
211
-
}
212
-
})
213
-
.catch((e)=>{
214
-
console.warn('Failed to get channels from database: ',e);
skipInitialization: [],// passing empty array will clear out the existing messages from channel state, this removes the possibility of duplicate messages
208
+
});
209
+
210
+
setChannels(offlineChannels);
211
+
setStaticChannelsActive(true);
212
+
}
213
+
}catch(e){
214
+
console.warn('Failed to get channels from database: ',e);
0 commit comments