padlocal

Results 18 comments of padlocal

可以提供更相信的 message payload 信息吗?

@huan Good catch! Could you please provide the raw message payload if happens again.

Good catch! We will figure out how to solve this issue elegantly.

I have tested the `topic` is returend after setting room topic via phone App manually.

Lot of tests failed in PadLocal. Figured out what happened finally ...

``` export interface EventRoomLeavePayload { removeeIdList : string[], removerId : string, roomId : string, timestamp : number, ``` removerId 是必须的,但是这种情况好像拿不到。如果传入的是 “”, https://github.com/wechaty/wechaty/blob/8a41a64c443623dc188d2be06b474706e33bb4ca/src/wechaty.ts#L539 又会报错。 有什么建议吗?

Thanks for @binsee 's suggestion, it's a greate solution which will work hopefully. But it's really hard to verify that whether the sibling server ip got via `/cgi-bin/micromsg-bin/newgetdns` will work,...