fix: handshake before Discord activity updates

This commit is contained in:
DarthM
2026-08-31 06:57:19 -04:00
parent 36faa76dc0
commit edacfcb8bc
+2 -1
View File
@@ -226,7 +226,8 @@ private:
}
void SendActivityLocked() {
if (!connected_ && !ConnectLocked()) {
if (!connected_) {
ReconnectAndSendLocked();
return;
}
if (ActiveClientIdLocked().empty()) {