Commit b9e820ee by Kim Peace

Merge branch 'bug/#43933_collaboration_invited_exit' into 'develop'

Fixed collaobartion join type invited decide function

See merge request !229
parents f1f47181 7a3405ba
......@@ -45,7 +45,7 @@ var CoviewUserInfo = class {
}
isInvited() {
this.joinType == COLLABORATION_JOIN_TYPE.INVITED;
return this.joinType == COLLABORATION_JOIN_TYPE.INVITED;
}
parseNumberToCoworkType(type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment