fix: Sharing invite link

This commit is contained in:
Christian Pauly 2021-08-23 08:40:01 +02:00
commit ae61ce0a82
2 changed files with 2 additions and 3 deletions

View file

@ -71,8 +71,7 @@ class NewPrivateChatController extends State<NewPrivateChat> {
}
void inviteAction() => 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}',
context,
);