merge: remote-tracking branch 'origin/master' into feat/emojis

This commit is contained in:
Paul Makles
2022-07-08 17:02:39 +01:00
18 changed files with 1868 additions and 623 deletions

View File

@@ -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;