mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chats: stop using getMessage to decrypt poll votes
The new expected behavior is to decrypt the new votes yourself like in the Example.ts file
This commit is contained in:
@@ -896,7 +896,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
||||
keyStore: authState.keys,
|
||||
logger,
|
||||
options: config.options,
|
||||
getMessage: config.getMessage,
|
||||
}
|
||||
)
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user