This commit is contained in:
roschaefer 2019-08-20 23:52:57 +02:00
parent 89b377fee1
commit ca24747550

View File

@ -110,7 +110,7 @@ export default {
if (this.hashtag) {
filter = {
...filter,
tags_some: { name: this.hashtag },
tags_some: { id: this.hashtag },
}
}
return filter