From 6788487368e2c96c8d9e03b5f9be5d9c32cc5ef7 Mon Sep 17 00:00:00 2001 From: ycc Date: Sun, 31 Dec 2023 23:46:24 +0100 Subject: [PATCH] restoring, pb was in client code --- server/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/router.go b/server/router.go index d58c4da..28c4e6e 100644 --- a/server/router.go +++ b/server/router.go @@ -138,7 +138,7 @@ func (r *RedisRouter) Route(msg *meowlib.ToServerMessage) (*meowlib.FromServerMe from_server.Invitation.Payload = []byte("invitation expired") } } else { - from_server.Invitation.Payload = append(from_server.Invitation.Payload, invitation...) // protobuf invitation + from_server.Invitation.Payload = invitation // protobuf invitation } /* should not happen