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

Add room member #129

Merged
merged 30 commits into from
Mar 5, 2021
Merged

Add room member #129

merged 30 commits into from
Mar 5, 2021

Conversation

su-chang
Copy link
Member

@su-chang su-chang commented Mar 5, 2021

Related issue: wechaty/wechaty#2142

su-chang and others added 29 commits October 31, 2019 09:17
merge Chatie/wechaty-puppet
Rename chatie to wechaty
modify: add reason for logout event (wechaty#69)
modify: bump version for reason of logout event. (wechaty#70)
Merge label and new friend search related methods.
Add scene for accept friendship (wechaty#72)
Support messageImage() method for Image class. (wechaty#75)
* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>
* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

* Add receiver to Room Invitation Payload. (wechaty#79)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* fix: add receiver to room-invitation payload.

* Update room-invitation.ts

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>
* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

* Add receiver to Room Invitation Payload. (wechaty#79)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* fix: add receiver to room-invitation payload.

* Update room-invitation.ts

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* Bump wechaty-puppet version (wechaty#80)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* Add receiverId to RoomInvitationPayload (#19)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

* Add receiver to Room Invitation Payload. (wechaty#79)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* fix: add receiver to room-invitation payload.

* Update room-invitation.ts

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* 0.20.2

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* 0.21.0

* BREAKING CHANGE: selfId() might return `undefined` now

* 0.21.1

* 0.21.2

* add unknown to scene

* 0.21.3

* fix link

* rename chatie -> wechaty

* 0.21.4

* 0.21.5

* clean enum numbers

* `YOU` should only be used inside Puppet system, should not be passed to Wechaty

* code clean

* restore

* 0.21.6

* Event payload abstract (wechaty#86)

* Remove unused types in the abstract (wechaty#85)

* Use object for all events (on/listen) for better encapsulate (wechaty#81)

* use string for internal usage

* 0.21.7

* restore XXX_EVENT_DICT

* 0.21.8

* add payload for ready event

* 0.21.9

* Enable GitHub Actions

* 0.21.10

* code clean

* 0.21.11

* doc

Co-authored-by: Huan LI <zixia@zixia.net>
* rename event `watchdog` to `heartbeat` (wechaty#88)

* 0.23.1

* clear log message

* 0.23.2

* reset for start

* 0.23.3

* add name() method for getting the provider npm name (wechaty#89)

* 0.23.4

* refactor PuppetTest to seprate module directory (wechaty#89)

* 0.23.5

* Upgrade state-switch to support Observable

* 0.23.6

* Upgrade StateSwitch to support RxJS fromEvent

* fix options

* 0.23.7

* --skipLibCheck

* 0.23.8

* public state for rxjs helper function visit

* 0.23.9

* 0.24.0 (wechaty#92)

* increase the cache size for RoomMemberPayload from 10K to 30K

* 0.23.10

* 0.25.1

Co-authored-by: Huan LI <zixia@zixia.net>
@su-chang su-chang requested a review from a team as a code owner March 5, 2021 10:42
Copy link
Member

@windmemory windmemory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, approved!

Copy link
Member

@huan huan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@huan huan merged commit 6979959 into wechaty:master Mar 5, 2021
@huan
Copy link
Member

huan commented Mar 5, 2021

Great to have this improvement, thank you very much for your contribution @su-chang and the approval @windmemory, appreciate it!

@su-chang su-chang deleted the add-room-member branch March 9, 2021 02:56
su-chang added a commit to su-chang/wechaty-puppet that referenced this pull request Mar 9, 2021
* Add room member (wechaty#129)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* Add receiverId to RoomInvitationPayload (#19)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

* Add receiver to Room Invitation Payload. (wechaty#79)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* fix: add receiver to room-invitation payload.

* Update room-invitation.ts

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* 0.21.11

* Merge master (#21)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

* Add receiver to Room Invitation Payload. (wechaty#79)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* fix: add receiver to room-invitation payload.

* Update room-invitation.ts

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* Bump wechaty-puppet version (wechaty#80)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* Add receiverId to RoomInvitationPayload (#19)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

* Add receiver to Room Invitation Payload. (wechaty#79)

* Merge master (#18)

* modify: create new latest version (wechaty#78)

* clean file-box

* 0.19.18

* 0.20.1

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* fix: add receiver to room-invitation payload.

* Update room-invitation.ts

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* 0.20.2

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* 0.21.0

* BREAKING CHANGE: selfId() might return `undefined` now

* 0.21.1

* 0.21.2

* add unknown to scene

* 0.21.3

* fix link

* rename chatie -> wechaty

* 0.21.4

* 0.21.5

* clean enum numbers

* `YOU` should only be used inside Puppet system, should not be passed to Wechaty

* code clean

* restore

* 0.21.6

* Event payload abstract (wechaty#86)

* Remove unused types in the abstract (wechaty#85)

* Use object for all events (on/listen) for better encapsulate (wechaty#81)

* use string for internal usage

* 0.21.7

* restore XXX_EVENT_DICT

* 0.21.8

* add payload for ready event

* 0.21.9

* Enable GitHub Actions

* 0.21.10

* code clean

* 0.21.11

* doc

Co-authored-by: Huan LI <zixia@zixia.net>

* 0.25.1

* rename event `watchdog` to `heartbeat` (wechaty#88)

* 0.23.1

* clear log message

* 0.23.2

* reset for start

* 0.23.3

* add name() method for getting the provider npm name (wechaty#89)

* 0.23.4

* refactor PuppetTest to seprate module directory (wechaty#89)

* 0.23.5

* Upgrade state-switch to support Observable

* 0.23.6

* Upgrade StateSwitch to support RxJS fromEvent

* fix options

* 0.23.7

* --skipLibCheck

* 0.23.8

* public state for rxjs helper function visit

* 0.23.9

* 0.24.0 (wechaty#92)

* increase the cache size for RoomMemberPayload from 10K to 30K

* 0.23.10

* 0.25.1

Co-authored-by: Huan LI <zixia@zixia.net>

* feat: modify friendshipAdd for support add room member be friends

* 0.34.2

* fix: conflict bug

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>

* clean name

* 0.34.3

Co-authored-by: Huan (李卓桓) <zixia@zixia.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants