Add a todo to parse vias correctly
This commit is contained in:
parent
b387f0755a
commit
0cae2692bc
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ extension JoinRoomWithSnackbars on ClientController {
|
||||||
WidgetRef ref,
|
WidgetRef ref,
|
||||||
) async {
|
) async {
|
||||||
final roomIdOrAlias = roomAlias.mention ?? roomAlias;
|
final roomIdOrAlias = roomAlias.mention ?? roomAlias;
|
||||||
|
// TODO: Parse vias properly
|
||||||
|
|
||||||
final scaffoldMessenger = ScaffoldMessenger.of(context);
|
final scaffoldMessenger = ScaffoldMessenger.of(context);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue