Improve consistency

This commit is contained in:
krawieck 2020-09-12 09:44:23 +02:00
parent 84d29bdf47
commit 3740341327
1 changed files with 4 additions and 1 deletions

View File

@ -56,17 +56,20 @@ Future<void> urlLauncher({
return push((_) => FullPostPage(
id: int.parse(split[2]), instanceUrl: matchedInstance));
} else if (split.length == 5) {
return;
// TODO: post with focus on comment thread
print('comment in post');
return;
}
break;
case 'pictrs':
// TODO: put here push to media view
print('pictrs');
return;
case 'communities':
// TODO: put here push to communities page
print('communities');
return;
case 'modlog':