casePlatform.DesktopWeb:return"Open the web app at https://fluffychat.im/web/ and log in to your account. Click on '+' and paste the username.";
default:return"Open the app and click on '+' and paste the username.";
}
}
if (link.kind===LinkKind.Room){
switch (platform){
casePlatform.Android:return;
casePlatform.DesktopWeb:return"Open the web app at https://fluffychat.im/web/ and log in to your account. Click on 'Discover' and paste the identifier.";
default:return"Open the app on your device. Click on 'Discover' and paste the identifier.";
}
}
}
getCopyString(platform,link){
if (link.kind===LinkKind.User||link.kind===LinkKind.Room){