mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
feat: port UserProfile, Onboarding, CreateBot to legacy
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user