|
|
@ -203,9 +203,9 @@
|
|
|
|
profileName: this.model.getProfileName(),
|
|
|
|
profileName: this.model.getProfileName(),
|
|
|
|
color: this.model.getColor(),
|
|
|
|
color: this.model.getColor(),
|
|
|
|
avatarPath: this.model.getAvatarPath(),
|
|
|
|
avatarPath: this.model.getAvatarPath(),
|
|
|
|
|
|
|
|
|
|
|
|
isVerified: this.model.isVerified(),
|
|
|
|
isVerified: this.model.isVerified(),
|
|
|
|
isKeysPending: !this.model.isFriend(),
|
|
|
|
isFriendRequestPending: this.model.isPendingFriendRequest(),
|
|
|
|
|
|
|
|
isFriend: this.model.isFriend(),
|
|
|
|
isMe: this.model.isMe(),
|
|
|
|
isMe: this.model.isMe(),
|
|
|
|
isClosable: this.model.isClosable(),
|
|
|
|
isClosable: this.model.isClosable(),
|
|
|
|
isBlocked: this.model.isBlocked(),
|
|
|
|
isBlocked: this.model.isBlocked(),
|
|
|
|