change: Set client ID in invite action link

This commit is contained in:
Krille Fear 2021-12-08 11:33:03 +01:00
parent 1db86b3f3c
commit 89c4d6e769
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ class ChatListController extends State<ChatList> {
case PopupMenuAction.invite:
FluffyShare.share(
L10n.of(context).inviteText(Matrix.of(context).client.userID,
'https://matrix.to/#/${Matrix.of(context).client.userID}'),
'https://matrix.to/#/${Matrix.of(context).client.userID}?client=im.fluffychat'),
context);
break;
case PopupMenuAction.newGroup: