mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: implement "treatCiphertextMessagesAsReal" flag
This commit is contained in:
@@ -35,6 +35,8 @@ export type CommonSocketConfig<T> = {
|
||||
emitOwnEvents: boolean
|
||||
/** provide a cache to store media, so does not have to be re-uploaded */
|
||||
mediaCache?: NodeCache
|
||||
|
||||
/** custom upload hosts to upload media to */
|
||||
customUploadHosts: MediaConnInfo['hosts']
|
||||
/** fires a conversationTimestamp & read count update on CIPHERTEXT messages */
|
||||
treatCiphertextMessagesAsReal: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user