Fix bug: リモートユーザーのアイコンとバナーの色が取得されていない問題を修正
This commit is contained in:
parent
9e5a2e5b17
commit
95ba7e43b1
2 changed files with 11 additions and 1 deletions
|
@ -38,6 +38,8 @@ type IUserBase = {
|
|||
bannerId: mongo.ObjectID;
|
||||
avatarUrl?: string;
|
||||
bannerUrl?: string;
|
||||
avatarColor?: any;
|
||||
bannerColor?: any;
|
||||
wallpaperId: mongo.ObjectID;
|
||||
wallpaperUrl?: string;
|
||||
data: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue