Add a small comment to Invite.avatarColorId, too.
This commit is contained in:
parent
b40f946b85
commit
f7d6569154
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export class Invite extends EventEmitter {
|
|||
return this._inviteData.avatarUrl;
|
||||
}
|
||||
|
||||
/** @see BaseRoom.avatarColorId */
|
||||
get avatarColorId() {
|
||||
return this._inviteData.avatarColorId;
|
||||
}
|
||||
|
|
Reference in a new issue