We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b1011 commit 5d1a9ecCopy full SHA for 5d1a9ec
src/renderer/views/Hashtag/Hashtag.js
@@ -63,7 +63,7 @@ export default defineComponent({
63
},
64
65
getHashtag: async function() {
66
- const hashtag = this.$route.params.hashtag
+ const hashtag = decodeURIComponent(this.$route.params.hashtag)
67
if (this.backendFallback || this.backendPreference === 'local') {
68
await this.getLocalHashtag(hashtag)
69
} else {
0 commit comments