mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
Merge branch 'krille/invite-link' into 'main'
change: Set client ID in invite action link See merge request famedly/fluffychat!614
This commit is contained in:
commit
46096baf04
@ -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…
Reference in New Issue
Block a user