feat: memberAddMode and joinApprovalMode in groups.update (#532)

* feat: memberAddMode and joinApprovalMode

* feat: memberAddMode and joinApprovalMode

* Update process-message.ts

* fix lint

* Update messages-recv.ts

* Update GroupMetadata.ts

* Update messages-recv.ts

* Update messages-recv.ts

* chore: fix linting and code efficiency

* fix lint

* Fix lint

* Update process-message.ts

* Update process-message.ts

---------

Co-authored-by: Bob <115008575+FortisEtMagnus@users.noreply.github.com>
Co-authored-by: Bob <115008575+bobpetrov@users.noreply.github.com>
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
Bob
2024-01-19 12:59:57 -03:00
committed by GitHub
parent 408c0070ba
commit 3efd3e00ca
3 changed files with 26 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ export interface GroupMetadata {
inviteCode?: string
/** the person who added you */
author?: string
/** if approval is needed to join the group */
joinApprovalMode?: boolean
}