mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-30 06:02:50 +01:00
oops
This commit is contained in:
parent
1c0cb1ae71
commit
6d9d6a6779
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module.exports = (params) => new Promise(async (res, rej) => {
|
|||
}
|
||||
|
||||
if (local) {
|
||||
query._user.host = null;
|
||||
query._user = { host: null };
|
||||
}
|
||||
|
||||
if (reply != undefined) {
|
||||
|
|
Loading…
Reference in a new issue