mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:18:52 +00:00
don't index APRequest by hostname in the queue
This commit is contained in:
parent
d7e14d5dbb
commit
033b2e7d60
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ func (q *Queues) initHTTPRequest() {
|
|||
{Fields: "ActorID", Multiple: true},
|
||||
{Fields: "ObjectID", Multiple: true},
|
||||
{Fields: "TargetID", Multiple: true},
|
||||
{Fields: "Request.URL.Host", Multiple: true},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue