chore: fix typing (duplicate property due to overlapping PRs)

This commit is contained in:
Rajeh Taher
2024-01-19 18:33:29 +02:00
committed by GitHub
parent c41be3ac4f
commit a402d2aac4

View File

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