mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
even closer to master
This commit is contained in:
parent
fdf4eb6bdc
commit
5389b607db
@ -200,7 +200,7 @@ export default {
|
||||
if (this.hashtag) {
|
||||
filter = {
|
||||
...filter,
|
||||
tags_some: this.hashtag ? { id: this.hashtag } : undefined,
|
||||
tags_some: { id: this.hashtag },
|
||||
}
|
||||
}
|
||||
return filter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user