1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 14:26:28 +02:00
This commit is contained in:
syuilo
2020-02-09 19:29:49 +09:00
parent b63fc71865
commit e600fb7096
2 changed files with 2 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ export default Vue.extend({
showCancelButton: true
});
if (canceled) return;
this.navigateGroup(group);
this.$router.push(`/my/messaging/group/${group.id}`);
}
}
});