Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Label Association events not received #1093

Open
CastHash532 opened this issue Oct 17, 2024 · 1 comment
Open

[BUG] Label Association events not received #1093

CastHash532 opened this issue Oct 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@CastHash532
Copy link

CastHash532 commented Oct 17, 2024

Describe the bug
Label Associations events not received

Socket Config:

const sock = makeWASocket({
		version,
		logger,
		printQRInTerminal: !usePairingCode,
		browser: Browsers.baileys('Chrome'),
		syncFullHistory: true,
		auth: {
			creds: state.creds,
			/** caching makes the store faster to send/recv messages */
			keys: makeCacheableSignalKeyStore(state.keys, logger),
		},
		msgRetryCounterCache,
		generateHighQualityLinkPreview: true,
		// ignore all broadcast messages -- to receive the same
		// comment the line below out
		// shouldIgnoreJid: jid => isJidBroadcast(jid),
		// implement to handle retries & poll updates
		getMessage,
	})

Receiving events with:

sock.ev.process(
		async(events) => {
// ...
                       if(events['labels.association']) {
				console.log('labels.association', events['labels.association'])
			}
                 }
	)
@CastHash532 CastHash532 added the bug Something isn't working label Oct 17, 2024
@lomeliDev
Copy link

were you able to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants