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:
Rajeh Taher
2025-03-14 23:40:33 +02:00
parent a29138758c
commit b7a9f7bd67
2 changed files with 7 additions and 8 deletions

View File

@@ -896,7 +896,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
keyStore: authState.keys,
logger,
options: config.options,
getMessage: config.getMessage,
}
)
])