mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Handle @ in channels the correct way
This commit is contained in:
@@ -11,7 +11,7 @@ export default {
|
||||
this.$router.replace('/')
|
||||
return
|
||||
}
|
||||
this.$router.replace('/c/@' + channelId)
|
||||
this.$router.replace('/@/' + channelId)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user