Fix bug: リモートユーザーのアイコンとバナーの色が取得されていない問題を修正
This commit is contained in:
@ -38,6 +38,8 @@ type IUserBase = {
|
||||
bannerId: mongo.ObjectID;
|
||||
avatarUrl?: string;
|
||||
bannerUrl?: string;
|
||||
avatarColor?: any;
|
||||
bannerColor?: any;
|
||||
wallpaperId: mongo.ObjectID;
|
||||
wallpaperUrl?: string;
|
||||
data: any;
|
||||
|
Reference in New Issue
Block a user