Skip to content

Commit 2d9b664

Browse files
gkleenoutfoxxed
authored andcommitted
service/greetd: always send responses
1 parent 482744c commit 2d9b664

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/services/greetd/connection.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ void GreetdConnection::onSocketReady() {
225225

226226
this->mResponseRequired = responseRequired;
227227
emit this->authMessage(message, error, responseRequired, echoResponse);
228+
229+
if (!responseRequired) {
230+
this->sendRequest({{"type", "post_auth_message_response"}});
231+
}
228232
} else goto unexpected;
229233

230234
return;

0 commit comments

Comments
 (0)