mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Revert "fix: find platform type based on browser second argument (for pairing code)"
This reverts commit 73ffb2a011.
This commit is contained in:
@@ -525,7 +525,7 @@ export const makeSocket = (config: SocketConfig) => {
|
||||
{
|
||||
tag: 'companion_platform_display',
|
||||
attrs: {},
|
||||
content: `${config.browser[1]} (${config.browser[0]})`
|
||||
content: config.browser[0]
|
||||
},
|
||||
{
|
||||
tag: 'link_code_pairing_nonce',
|
||||
|
||||
Reference in New Issue
Block a user