feat: Open im.fluffychat urls
This commit is contained in:
parent
dfcfc8016f
commit
7a68feb5eb
3 changed files with 8 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ class ChatListController extends State<ChatList> {
|
|||
void _processIncomingUris(String text) async {
|
||||
if (text == null) return;
|
||||
VRouter.of(context).to('/rooms');
|
||||
text = text.replaceFirst('im.fluffychat://', 'matrix:');
|
||||
UrlLauncher(context, text).openMatrixToUrl();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue