fix: do not add "reason: identity" for details fetch

This commit is contained in:
Adhiraj Singh
2022-06-16 14:56:06 +05:30
parent e9f494ec5d
commit 1dc5d4eae0

View File

@@ -242,7 +242,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
content: jidsRequiringFetch.map( content: jidsRequiringFetch.map(
jid => ({ jid => ({
tag: 'user', tag: 'user',
attrs: { jid, reason: 'identity' }, attrs: { jid },
}) })
) )
} }