mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: Archive route
This commit is contained in:
parent
5945bcc253
commit
5e6226714e
@ -127,7 +127,7 @@ class FluffyRoutes {
|
||||
case 'archive':
|
||||
return ViewData(
|
||||
mainView: (_) => Archive(),
|
||||
emptyView: (_) => Chat(parts[2]),
|
||||
emptyView: (_) => EmptyPage(),
|
||||
);
|
||||
case 'discover':
|
||||
return ViewData(
|
||||
|
Loading…
Reference in New Issue
Block a user