'received a message to a namespace reserved for user config but not containign a sharedConfigMessage'
'received a message from the namespace reserved for user config but it did not contain a sharedConfigMessage'
);
}
}catch(e){
@ -451,7 +451,7 @@ export class SwarmPolling {
if(!results.length){
return[];
}
// when we asked to extend the expiry of the config messages, exclude it from the list of results as we do not want to mess up the last hash tracking logic
// NOTE when we asked to extend the expiry of the config messages, exclude it from the list of results as we do not want to mess up the last hash tracking logic
@ -106,6 +106,7 @@ function isUserConfigFeatureReleasedCached(): boolean {
return!!isUserConfigLibsessionFeatureReleased;
}
// NOTE Make sure to call checkIsDisappearMessageV2FeatureReleased at least once and then use this. It's mostly used in components that are rendered where we don't want to do async calls