fix: Open room links with event id

pull/855/merge
krille-chan 1 year ago
parent 2e67695645
commit ecaac9eec2
No known key found for this signature in database

@ -169,10 +169,10 @@ class UrlLauncher {
// we have the room, so....just open it
if (event != null) {
context.go(
Uri(
'/${Uri(
pathSegments: ['rooms', room.id],
queryParameters: {'event': event},
).toString(),
)}',
);
} else {
context.go('/rooms/${room.id}');

Loading…
Cancel
Save