-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: add event that handles join approval requests #802
Conversation
Thanks for your contribution. The next step is to wait for review and approval to merge it to main repository The community can help reacting with a thumb up (:thumbsup:) for approval and rocket (:rocket:) for who has tested it. To test this PR you can run the following command below:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consistency
nice feature! you managed to implement it in a better way than i was expecting to make it. congrats 🥳 |
thanks❤️❤️ |
Patch groupjoinevent
* fix(master): linting * fix(master): linting warnings * Make "logger" optional (#772) * fix: downloadMediaMessage return type matched parameter (#757) * fix: downloadMediaMessage return type matched parameter * chore: keyword-spacing eslint rule warn instead of error * chore: linting aaaaaaaaaaaaaaaaaaaa * feat(add-routing-info): initial commit (#773) * feat(add-logger): initial commit (#777) * Remove predefinedLabels (#770) * Remove predefinedLabels If the user doesn't delete the label from the WA business, it's not a problem. but it will be a problem when the user deletes the default label, it remains in store but doesn't exist in WA * fix linting * fix trailing * Update chats.ts --------- Co-authored-by: Rajeh Taher <rajeh@reforward.dev> * fix shouldIgnoreJid not receiving app state keys (#792) * fix(master): linting and making functionality better * Update messages-recv.ts * Update baileys-version.json * Fix linter != to !== (#834) * Use message-receipt.update for status@broadcast events (#833) * Lock file on save and read (#824) Fix #794 * feat: add event that handles join approval requests (#802) * initial commit * lint * add type in method * add more actions / fixes participant jid / rename event * fixes * more fixes * fix typing * change 'reject' to 'rejected' * chore:linting --------- Co-authored-by: Rajeh Taher <rajeh@reforward.dev> * chore(release): v6.7.3 --------- Co-authored-by: allburov <allburov@gmail.com> Co-authored-by: arthur simas <arthursimas1@gmail.com> Co-authored-by: azudin <azudin.daem@gmail.com> Co-authored-by: vini <91087061+vinikjkkj@users.noreply.github.com> Co-authored-by: ShellTear <shelltear1337@gmail.com> Co-authored-by: Wender Teixeira <unktools@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* initial commit * lint * add type in method * add more actions / fixes participant jid / rename event * fixes * more fixes * fix typing * change 'reject' to 'rejected' * chore:linting --------- Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
I didn't find the revoke enum, if you find it I would appreciate it
To Test:
sock.ev.on('group-join-request', console.log)