change: Set client ID in invite action link
This commit is contained in:
parent
4f65db418c
commit
acc33e0e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ class ChatListController extends State<ChatList> {
|
||||||
case PopupMenuAction.invite:
|
case PopupMenuAction.invite:
|
||||||
FluffyShare.share(
|
FluffyShare.share(
|
||||||
L10n.of(context).inviteText(Matrix.of(context).client.userID,
|
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);
|
context);
|
||||||
break;
|
break;
|
||||||
case PopupMenuAction.newGroup:
|
case PopupMenuAction.newGroup:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue