forked from abner/for-legacy-web
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