Make props public
This commit is contained in:
@@ -81,17 +81,17 @@ export function isConvoItemMessage(
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class Convo {
|
export class Convo {
|
||||||
private convoId: string
|
|
||||||
private agent: BskyAgent
|
private agent: BskyAgent
|
||||||
private __tempFromUserDid: string
|
private __tempFromUserDid: string
|
||||||
|
|
||||||
private status: ConvoStatus = ConvoStatus.Uninitialized
|
private status: ConvoStatus = ConvoStatus.Uninitialized
|
||||||
private error: any
|
private error: any
|
||||||
private convo: ChatBskyConvoDefs.ConvoView | undefined
|
|
||||||
private historyCursor: string | undefined | null = undefined
|
private historyCursor: string | undefined | null = undefined
|
||||||
private isFetchingHistory = false
|
private isFetchingHistory = false
|
||||||
private eventsCursor: string | undefined = undefined
|
private eventsCursor: string | undefined = undefined
|
||||||
|
|
||||||
|
convoId: string
|
||||||
|
convo: ChatBskyConvoDefs.ConvoView | undefined
|
||||||
sender: AppBskyActorDefs.ProfileViewBasic | undefined
|
sender: AppBskyActorDefs.ProfileViewBasic | undefined
|
||||||
|
|
||||||
private pastMessages: Map<
|
private pastMessages: Map<
|
||||||
|
|||||||
Reference in New Issue
Block a user