MCPcopy Create free account
hub / github.com/CommE2E/comm / getShortVersionUnsupportedError

Function getShortVersionUnsupportedError

web/utils/version-utils.js:30–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30function getShortVersionUnsupportedError(): string {
31 const actionRequestMessage = isDesktopPlatform(
32 getConfig().platformDetails.platform,
33 )
34 ? 'please reload'
35 : 'please refresh';
36 return `client version unsupported. ${actionRequestMessage}`;
37}
38
39export {
40 getVersionUnsupportedError,

Callers 1

TraditionalLoginFormFunction · 0.90

Calls 2

isDesktopPlatformFunction · 0.90
getConfigFunction · 0.90

Tested by

no test coverage detected