forked from WhiskeySockets/Baileys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(master): New profile update/removal endpoint (inspired by WhiskeySockets#1048) * remove duplicated call reject event / add terminate tag (WhiskeySockets#1031) * initial commit * add terminate tag * lint * lint 2 * Update src/Socket/messages-recv.ts * chore: linting --------- Co-authored-by: Rajeh Taher <rajeh@reforward.dev> * fix: messaging-history.set event not emitting syncType and progress / add PDO request id (WhiskeySockets#1042) * initial commit * add PDO request id * hotfix: always send acks even in case of errors (WhiskeySockets#1043) * chore: update-cache-manager-dependency (WhiskeySockets#996) * chore: update-cache-manager-dependency * fix: Linting --------- Co-authored-by: Eduardo <eduandy@gmail.com> * feat: add label feature (WhiskeySockets#955) Co-authored-by: 刘建辉 <liujianhui@gongchang.com> * chore(release): v6.7.8 * fix(master): Small fix to the profile picture endpoints * fix(master): Fixes prop hash reset due to missing property in the response * chat-utils: fix the clear chat chat mod * mobile: deprecation. * lint: 0 warnings left * messages-send,tsconfig: add poll message attributes + fix tsconfig * Update Baileys version * chore(release): v6.7.9 --------- Co-authored-by: Rajeh Taher <rajeh@reforward.dev> Co-authored-by: vini <91087061+vinikjkkj@users.noreply.github.com> Co-authored-by: wduandy <64294538+wduandy@users.noreply.github.com> Co-authored-by: Eduardo <eduandy@gmail.com> Co-authored-by: 建辉 <jianhuihi@gmail.com> Co-authored-by: 刘建辉 <liujianhui@gongchang.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a69fe06
commit 20d9dc3
Showing
51 changed files
with
996 additions
and
1,714 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ coverage | |
src/WABinary/index.ts | ||
WAProto | ||
WASignalGroup | ||
Example/test.ts | ||
Example/Example.ts | ||
docs |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## 6.7.7 (2024-08-22) | ||
## 6.7.9 (2024-10-22) | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": [2, 3000, 1015901307] | ||
"version": [2, 3000, 1017531287] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
export * from './abstract-socket-client' | ||
export * from './mobile-socket-client' | ||
export * from './web-socket-client' | ||
export * from './types' | ||
export * from './websocket' |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/Socket/Client/web-socket-client.ts → src/Socket/Client/websocket.ts
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.