wechaty / grpc

gRPC Service & Protocol Buffers for Wechaty Puppet
https://wechaty.github.io/grpc/
Apache License 2.0
25 stars 22 forks source link

feat: support conversation read #131

Closed su-chang closed 1 year ago

su-chang commented 3 years ago
rpc ConversationRead (puppet.ConversationReadRequest) returns (puppet.ConversationReadResponse) {
    option (google.api.http) = {
      put: "/conversation/{id}/read"
      body: "*"
    };
  }

How to deal with this google api url?

su-chang commented 3 years ago

Related issue: https://github.com/wechaty/wechaty/issues/2166

wj-Mcat commented 1 year ago

Why do you delete deployment workflows exclude node?

huan commented 1 year ago

@su-chang This PR looks super messy. Can you help us to close it and create another one if necessary?

Thanks!

huan commented 1 year ago

Close this PR because no response and it seems broken a lot.