fix: Archive route

This commit is contained in:
Christian Pauly 2021-01-16 17:38:31 +01:00
parent 5945bcc253
commit 5e6226714e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class FluffyRoutes {
case 'archive':
return ViewData(
mainView: (_) => Archive(),
emptyView: (_) => Chat(parts[2]),
emptyView: (_) => EmptyPage(),
);
case 'discover':
return ViewData(