more consistent addressingMode

This commit is contained in:
Skid
2025-05-11 13:26:34 -06:00
committed by GitHub
parent a85251250d
commit c8345c4ee7

View File

@@ -11,7 +11,7 @@ export type RequestJoinMethod = 'invite_link' | 'linked_group_join' | 'non_admin
export interface GroupMetadata {
id: string
/** group uses 'lid' or 'pn' to send messages */
addressingMode: string
addressingMode: "pn" | "lid"
owner: string | undefined
subject: string
/** group subject owner */