(self, room)
| 1387 | return self._client.serverFeatures["readiness"] |
| 1388 | |
| 1389 | def isRoomSame(self, room): |
| 1390 | if room and self.currentUser.room and self.currentUser.room == room: |
| 1391 | return True |
| 1392 | else: |
| 1393 | return False |
| 1394 | |
| 1395 | def __showUserChangeMessage(self, username, room, file_, oldRoom=None): |
| 1396 | if room: |
no outgoing calls
no test coverage detected