status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Features/move contacts #45

Closed cammellos closed 5 years ago

cammellos commented 5 years ago

Adds 3 endpoint: SaveContact Contacts and DeleteChat which completely removes a chat (for most cases we use soft delete, but not in the case of blocking a user)

cammellos commented 5 years ago

@adambabik , thanks for the feedback, made the changes.