()
| 1284 | } |
| 1285 | |
| 1286 | shouldShowLevelAIChat () { |
| 1287 | if (utils.isOzaria) { |
| 1288 | return false |
| 1289 | } |
| 1290 | if (features?.china) { |
| 1291 | return false |
| 1292 | } |
| 1293 | if (me.get('role') === 'student') { |
| 1294 | return false |
| 1295 | } |
| 1296 | return true |
| 1297 | } |
| 1298 | |
| 1299 | removeRelatedAccount (relatedUserId, options = {}) { |
| 1300 | options.url = '/db/user/related-accounts' |
no test coverage detected