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

WIP: add user/message.go #4

Merged
merged 10 commits into from
Apr 3, 2020
Merged

WIP: add user/message.go #4

merged 10 commits into from
Apr 3, 2020

Commits on Mar 20, 2020

  1. rename wechaty-puppet ImageType const name

    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4ae9037 View commit details
    Browse the repository at this point in the history
  2. - split Puppet interface to PuppetInterface & Puppet struct

     - add CacheMessagePayload to Puppet struct
     - add golang-lru require to go.mod
    
    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    923b733 View commit details
    Browse the repository at this point in the history
  3. add wechaty-puppet/schemas/message.go

    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    c93da0b View commit details
    Browse the repository at this point in the history
  4. update Accessory struct to Accessory interface

    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    64d47e0 View commit details
    Browse the repository at this point in the history
  5. add Sayable to wechaty/type.go

    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    2de2295 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f4f42a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merge branch 'master' of https://github.com/wechaty/go-wechaty

    � Conflicts:
    �	src/wechaty-puppet/schemas/image.go
    �	src/wechaty-puppet/schemas/message.go
    �	src/wechaty/user/contact.go
    �	src/wechaty/user/image.go
    dingdayu committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    22a95b2 View commit details
    Browse the repository at this point in the history
  2. merge MessagePayloadRoom & MessagePayloadTo

    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ded13bf View commit details
    Browse the repository at this point in the history
  3. fix NewImages() panic tip

    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    384fe17 View commit details
    Browse the repository at this point in the history
  4. update MessagePayload quote

    Signed-off-by: dingdayu <[email protected]>
    dingdayu committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8643122 View commit details
    Browse the repository at this point in the history