-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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: Switch between QR or phone number pairing method #3180
Open
MobCode100
wants to merge
55
commits into
pedroslopez:main
Choose a base branch
from
MobCode100:webpack-exodus
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+98
−50
Open
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
c1ae300
fix(webpack-exodus): Added the new patch
PurpShell db72385
fix(webpack-exodus): Fixed v2.3000.x and v2.24
PurpShell 24196db
chore(webpack-exodus): eslint
PurpShell f001408
Merge branch 'main' into webpack-exodus
PurpShell eda1920
fix(webpack-exodus): Fixed Store
PurpShell 467f6d2
Merge branch 'webpack-exodus' of https://github.com/pedroslopez/whats…
PurpShell 21904ef
fix(webpack-exodus): slight store fix
PurpShell 5969892
chore(webpack-exodus): fix example so that I don't crash on every load
PurpShell 1df7e4f
chore: eslint fix
alechkos 77f9c18
fix(webpack-exodus): prevent confusion with build systems
PurpShell 75623c8
Merge branch 'webpack-exodus' of https://github.com/pedroslopez/whats…
PurpShell 5b1e911
fix(webpack-exodus): Add proper groups module
PurpShell 78dc055
fix(webpack-exodus): Fix order queries
PurpShell 269e44e
fix(webpack-exodus): Bad export name
PurpShell 85db3d2
feat(webpack-exodus): Re-injection, No more selectors, Pairing Code auth
PurpShell 27621f1
fix(webpack-exodus): Eslint and better login/logout handling
PurpShell dd75967
fix(webpack-exodus): 2.24 compatibility
PurpShell e7ae65f
revert testing options
PurpShell cad33ec
chore(webpack-exodus): ESLint
PurpShell 452b712
chore(webpack-exodus): final eslint tweak (did not commit with last c…
PurpShell b347aa6
Merge branch 'main' into webpack-exodus
alechkos fac0d81
style: fix broken link in readme file
alechkos 53672d0
Merge branch 'main' into webpack-exodus
alechkos c1d8e04
fix(webpack-exodus): Fix forwarding messages
PurpShell 86d5dc4
Merge branch 'webpack-exodus' of https://github.com/pedroslopez/whats…
PurpShell 650cd0d
fix(webpack-exodus): finish forwarding function
PurpShell 64491be
Making the ESLint god happy
tuyuribr 975819d
Fix window.Store.ProfilePic.profilePicFind is not a function error (#…
seowzhenjun0126 e4c208c
Sanitize, improves and fixes
tuyuribr 252ed8f
make ESList god happy
tuyuribr 2798396
fix getInviteCode for group (#3007) (#3029)
themazim 6df4eef
fixes
tuyuribr 1ecdc42
Update LocalWebCache.js
tuyuribr 96b4742
fix delete on 2.3000 (#3048)
jrocha bbb8d18
Implement bot invoking capabilities (#3009)
MatMercer 752d9ae
Webpack exodus fix message_reaction event (#3099)
jrocha efc2bd0
message_reaction on example.js (#3102)
jrocha cd566f2
fix reactions on pvt chats (#3104)
jrocha 4ddbb0d
New group function
tuyuribr 8034e8f
new group settings
tuyuribr 5a088a6
Merge branch 'main' into webpack-exodus
tuyuribr f361cde
Update Client.js
tuyuribr 4494fa0
Switch pairing method between QR and phone number
MobCode100 cac19f2
Remove existing pairing code interval
MobCode100 113b2a9
Modify example.js
MobCode100 d14f094
Update docs
MobCode100 adbfb3d
Small improvements in inject function
MobCode100 c9359be
Merge branch 'main' into webpack-exodus
MobCode100 2a5af75
Merge branch 'remote-main' into webpack-exodus
MobCode100 cd9203d
Merge branch 'main' into webpack-exodus
alechkos 8c420a7
Merge branch 'upstream-main' into webpack-exodus
MobCode100 b5c64b8
Fix ESLint
MobCode100 cd890cd
example.js correction
MobCode100 2c9d5ab
Merge remote-tracking branch 'upstream/main'
MobCode100 723b211
docs: fix docs for 'requestPairingCode' method
alechkos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@MobCode100 Is there a way we could get rid of this custom interval and use the WhatsApp one? Maybe there is an event that triggered once the code is expired and we can subscribe to this event?
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.
Is there anyway to find out? Using inspect element or some tool? I will do my own research on this later.