mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 19:45:51 +02:00
This commit is contained in:
@@ -458,3 +458,7 @@ function img(url) {
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
||||
export function getGhost(): Promise<ILocalUser> {
|
||||
return User.findOne({ _id: new mongo.ObjectId(config.ghost) });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user