mirror of https://github.com/vacp2p/dasy.git
Update client.go
This commit is contained in:
parent
c598ef2e36
commit
7210151de6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue