Make props public

This commit is contained in:
Eric Bailey
2024-05-01 16:27:40 -05:00
parent ab84ffb307
commit 7e09b33d75
+2 -2
View File
@@ -81,17 +81,17 @@ export function isConvoItemMessage(
}
export class Convo {
private convoId: string
private agent: BskyAgent
private __tempFromUserDid: string
private status: ConvoStatus = ConvoStatus.Uninitialized
private error: any
private convo: ChatBskyConvoDefs.ConvoView | undefined
private historyCursor: string | undefined | null = undefined
private isFetchingHistory = false
private eventsCursor: string | undefined = undefined
convoId: string
convo: ChatBskyConvoDefs.ConvoView | undefined
sender: AppBskyActorDefs.ProfileViewBasic | undefined
private pastMessages: Map<