From 7210151de6ec76f5e7cc28f2fe719f13ca956581 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Fri, 2 Aug 2019 10:21:29 +0200 Subject: [PATCH] Update client.go --- client/client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/client.go b/client/client.go index b30830e..acd0282 100644 --- a/client/client.go +++ b/client/client.go @@ -53,10 +53,9 @@ func (c *Client) Kick(chat Chat, peer Peer) { } -// We may not need this as we can rely on the acks of data sync // Ack acknowledges `Join`, `Leave` and `Kick` messages. func (c *Client) Ack(chat Chat, messageID state.MessageID) { - + // @todo: we may not need this as we can rely on the acks of data sync } // Post sends a message to a chat.