()
| 1443 | } |
| 1444 | |
| 1445 | isManualClassroomJoinAllowed () { |
| 1446 | if (this.isMto()) { |
| 1447 | return false |
| 1448 | } |
| 1449 | return true |
| 1450 | } |
| 1451 | |
| 1452 | showForumLink () { return !(features?.china != null ? features?.china : false) } |
| 1453 | showChinaResourceInfo () { return features?.china != null ? features?.china : false } |