mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix #1308
This commit is contained in:
parent
89b377fee1
commit
ca24747550
@ -110,7 +110,7 @@ export default {
|
|||||||
if (this.hashtag) {
|
if (this.hashtag) {
|
||||||
filter = {
|
filter = {
|
||||||
...filter,
|
...filter,
|
||||||
tags_some: { name: this.hashtag },
|
tags_some: { id: this.hashtag },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return filter
|
return filter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user