implement recent history sync

This commit is contained in:
Adhiraj Singh
2021-10-08 10:50:55 +05:30
parent edc10d0923
commit 91bbf575ec
3 changed files with 30 additions and 8 deletions

View File

@@ -139,7 +139,7 @@ export type MessageContentGenerationOptions = MediaGenerationOptions & {
}
export type MessageGenerationOptions = MessageContentGenerationOptions & MessageGenerationOptionsFromContent
export type MessageUpdateType = 'append' | 'notify'
export type MessageUpdateType = 'append' | 'notify' | 'prepend'
export type MessageInfoEventMap = { [jid: string]: Date }
export interface MessageInfo {