Disable host check, fix router url

This commit is contained in:
Pranav Raj Sreepuram
2019-08-19 13:51:20 +05:30
parent 52194116b3
commit fa0904386f
3 changed files with 5 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ export default {
methods: {
cardClick(chat) {
router.push({
path: `/conversations/${chat.id}`,
path: `/u/conversations/${chat.id}`,
});
},
extractMessageText(chatItem) {