mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
fix(gateway): build hello snapshot after presence update
This commit is contained in:
@@ -1286,7 +1286,6 @@ export function attachGatewayWsMessageHandler(params: {
|
||||
canvasHostUrl && canvasCapability
|
||||
? (buildCanvasScopedHostUrl(canvasHostUrl, canvasCapability) ?? canvasHostUrl)
|
||||
: canvasHostUrl;
|
||||
|
||||
clearHandshakeTimer();
|
||||
const nextClient: GatewayWsClient = {
|
||||
socket,
|
||||
@@ -1344,7 +1343,6 @@ export function attachGatewayWsMessageHandler(params: {
|
||||
});
|
||||
incrementPresenceVersion();
|
||||
}
|
||||
|
||||
const snapshot = buildGatewaySnapshot({
|
||||
includeSensitive: scopes.includes(ADMIN_SCOPE),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user