feat: process pollupdate automatically

This commit is contained in:
Adhiraj Singh
2023-03-02 22:43:31 +05:30
parent bda2bb4717
commit 9d8aa67f22
2 changed files with 64 additions and 4 deletions

View File

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