mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
oops
This commit is contained in:
parent
f0e3e70a15
commit
ab6d62b27c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module.exports = (params) => new Promise(async (res, rej) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (local) {
|
if (local) {
|
||||||
query._user = { host: null };
|
query['_user.host'] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reply != undefined) {
|
if (reply != undefined) {
|
||||||
|
|
Loading…
Reference in a new issue