FEATURE: create a new message via URL without specifying user or group

This commit is contained in:
Arpit Jalan 2019-03-07 11:27:50 +05:30
parent be5e889b1b
commit caef0a56d1
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ export default Discourse.Route.extend({
}
})
.catch(() => bootbox.alert(I18n.t("generic_error")));
} else {
e.send("createNewMessageViaParams", null, params.title, params.body);
}
});
} else {