feat: port UserProfile, Onboarding, CreateBot to legacy

This commit is contained in:
Paul Makles
2022-06-30 20:39:00 +01:00
parent cd402d2d65
commit 828f002efd
19 changed files with 155 additions and 129 deletions

View File

@@ -314,7 +314,10 @@ export default function ContextMenus() {
break;
case "view_profile":
openScreen({ id: "profile", user_id: data.user._id });
modalController.push({
type: "user_profile",
user_id: data.user._id,
});
break;
case "message_user":