diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-07 11:07:13 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-07 11:07:36 +0100 |
commit | a011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba (patch) | |
tree | 9b0a78cab1053bb520a74452a3b6d6077aa3e2e5 | |
parent | b1ee29534562a03b5b74453942241e94df4ef21e (diff) | |
download | xK-a011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba.tar.gz xK-a011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba.tar.xz xK-a011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba.zip |
Bump liberty
m--------- | liberty | 0 | ||||
-rw-r--r-- | xP/xP.go | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/liberty b/liberty -Subproject 75fc6f1c374796f9e794297c3893089009b8772 +Subproject aacf1b1d47824de2c924874e3d6cdad1d8b5ba2 @@ -145,8 +145,7 @@ func clientWriteError(ctx context.Context, ws *websocket.Conn, err error) bool { b, ok := (&RelayEventMessage{ EventSeq: 0, Data: RelayEventData{ - Interface: RelayEventDataError{ - Event: RelayEventError, + Variant: &RelayEventDataError{ CommandSeq: 0, Error: err.Error(), }, |