提交 fc0838ef 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

update links

上级 d08a1331
...@@ -23,9 +23,9 @@ DOCS_INDEX_MD=docs/index.md ...@@ -23,9 +23,9 @@ DOCS_INDEX_MD=docs/index.md
cat <<_EOF_ > "$DOCS_INDEX_MD" cat <<_EOF_ > "$DOCS_INDEX_MD"
# Wechaty v$(jq -r .version package.json) Documentation # Wechaty v$(jq -r .version package.json) Documentation
- Blog - <https://wechaty.github.io> - Website - <https://wechaty.js.org>
- Docs Site - <https://wechaty.js.org/docs/>
- API References - <https://wechaty.github.io/wechaty/> - API References - <https://wechaty.github.io/wechaty/>
- Docs Site - <https://wechaty.js.org>
_EOF_ _EOF_
......
...@@ -603,7 +603,6 @@ export class Wechaty extends WechatyEventEmitter implements Sayable { ...@@ -603,7 +603,6 @@ export class Wechaty extends WechatyEventEmitter implements Sayable {
*/ */
case PayloadType.Friendship: case PayloadType.Friendship:
// Friendship has no payload // Friendship has no payload
// await this.Friendship.load(payloadId)
break break
case PayloadType.Message: case PayloadType.Message:
// Message does not need to dirty (?) // Message does not need to dirty (?)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册