Update client.go

This commit is contained in:
Dean Eigenmann 2019-08-02 10:21:29 +02:00 committed by GitHub
parent c598ef2e36
commit 7210151de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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.