Merge branch 'soru/escape-routes' into 'main'
fix: Properly encode and decode vRouter paths See merge request famedly/fluffychat!487
This commit is contained in:
commit
f1e76fbb10
22 changed files with 47 additions and 38 deletions
|
|
@ -77,7 +77,7 @@ class SearchController extends State<Search> {
|
|||
),
|
||||
);
|
||||
if (success.error == null) {
|
||||
VRouter.of(context).to('/rooms/${success.result}');
|
||||
VRouter.of(context).toSegments(['rooms', success.result]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue