Fix bug: リモートユーザーのアイコンとバナーの色が取得されていない問題を修正

This commit is contained in:
syuilo 2018-11-24 17:29:32 +09:00
parent 9e5a2e5b17
commit 95ba7e43b1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 11 additions and 1 deletions

View file

@ -38,6 +38,8 @@ type IUserBase = {
bannerId: mongo.ObjectID;
avatarUrl?: string;
bannerUrl?: string;
avatarColor?: any;
bannerColor?: any;
wallpaperId: mongo.ObjectID;
wallpaperUrl?: string;
data: any;