mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Merge pull request #1314 from Human-Connection/1308-fix_broken_graphql_query
Fix #1308
This commit is contained in:
commit
8aa8be3152
@ -114,7 +114,7 @@ export default {
|
||||
if (this.hashtag) {
|
||||
filter = {
|
||||
...filter,
|
||||
tags_some: { name: this.hashtag },
|
||||
tags_some: { id: this.hashtag },
|
||||
}
|
||||
}
|
||||
return filter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user