chore: Follow up share alias

pull/1031/head
krille-chan 2 years ago
parent d691f46419
commit 2095e3ebad
No known key found for this signature in database

@ -134,7 +134,10 @@ class ChatAccessSettingsPageView extends StatelessWidget {
) )
: IconButton( : IconButton(
icon: Icon(Icons.adaptive.share_outlined), icon: Icon(Icons.adaptive.share_outlined),
onPressed: () => FluffyShare.share(room.id, context), onPressed: () => FluffyShare.share(
'https://matrix.to/#/${room.canonicalAlias}',
context,
),
), ),
), ),
], ],

Loading…
Cancel
Save