(String accountName)
| 81 | } |
| 82 | |
| 83 | public void requestAddUser(String accountName) { |
| 84 | UserManager.getInstance().addUser(this, accountName); |
| 85 | } |
| 86 | |
| 87 | public void addConversation(PrivateChat conversation) { |
| 88 | User otherUser = conversation.getOtherParticipant(this); |
nothing calls this directly
no test coverage detected