chore: Follow up share alias

This commit is contained in:
krille-chan 2024-04-14 20:36:38 +02:00
commit 2095e3ebad
No known key found for this signature in database

View file

@ -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,
),
), ),
), ),
], ],