Open huynguyennovem opened 2 years ago
This link should work on mobile and open the right channel / workspace / company, isn't it better? We can create an issue with the full description of this routing. Our format is simple: https://web.twake.app/client/{company_id}/w/{workspace_id}/c/{channel_id}
@RomaricMourgues : Thank for recommending this. But as I can see, the current id format is different. For eg: company id: af76efe0-f59e-11eb-8210-0242ac120002
Of course you need the lib to short / expand this format: On node: https://github.com/oculus42/short-uuid On flutter: https://pub.dev/packages/short_uuids
Actual result
On iOS, when I click on this link https://web.twake.app/client/bDxmFx1KPWhhJeetsVj12J/w/w31iupjuCFvvbf8ewYcYg7/c/u5cSraDEmV3HnWSQSDRWxP, it opened Twake app with nothing happens
Expected
Twake app should only accept magic link with format:
https://<twake-domain>?join=<invitation-code>
With other Twake link, it should open browser insteadEnvironment
iOS emulator (Iphone 13, iOS 15.0)