Skip to content

Commit 1459868

Browse files
committed
service/greetd: always send responses
1 parent f7597cd commit 1459868

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/services/greetd/connection.cpp

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

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

230235
return;

0 commit comments

Comments
 (0)