[feat]: add/edit/remove contacts (#1172)
* add/edit/remove contacts * use proto type in contact action --------- Co-authored-by: canove <cassio@economicros.com.br>
This commit is contained in:
@@ -110,6 +110,7 @@ export type ChatModification =
|
||||
lastMessages: LastMessageList
|
||||
}
|
||||
| { delete: true; lastMessages: LastMessageList }
|
||||
| { contact: proto.SyncActionValue.IContactAction | null }
|
||||
// Label
|
||||
| { addLabel: LabelActionBody }
|
||||
// Label assosiation
|
||||
|
||||
Reference in New Issue
Block a user