mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
merge: remote-tracking branch 'origin/master' into feat/emojis
This commit is contained in:
@@ -210,10 +210,6 @@ class ModalControllerExtended extends ModalController<Modal> {
|
||||
const settings = getApplicationState().settings;
|
||||
|
||||
switch (link.type) {
|
||||
case "profile": {
|
||||
this.push({ type: "user_profile", user_id: link.id });
|
||||
break;
|
||||
}
|
||||
case "navigate": {
|
||||
history.push(link.path);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user