Fix some inconsistencies

This commit is contained in:
2020-07-06 16:14:14 +02:00
parent af765ee1f7
commit b6de5b2c20
2 changed files with 3 additions and 4 deletions

View File

@ -164,7 +164,6 @@ public final class LoginCredentialProcessor implements ObjectProcessor<LoginCred
} else {
// Deliver just a status change instead of the whole message
// TODO: Notify group members about the status change
writeProxy.write(socketID, new MessageStatusChange(gmsgCommon));
}
}