[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:
vini
2025-07-09 16:01:20 -03:00
committed by GitHub
parent 31cb8d78a6
commit 19124426b2
3 changed files with 37 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ export type ChatModification =
lastMessages: LastMessageList
}
| { delete: true; lastMessages: LastMessageList }
| { contact: proto.SyncActionValue.IContactAction | null }
// Label
| { addLabel: LabelActionBody }
// Label assosiation