We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 646ff71 + b8957b0 commit e54305fCopy full SHA for e54305f
docs/document/web/push/push_extension.md
@@ -39,8 +39,8 @@ const sendTextMsg = () => {
39
to: targetUserId,
40
msg: msgContent,
41
ext: {
42
- // 设置是否发送静默消息。该字段为内置内置字段,取值如下:`YES`:发送静默消息;(默认)`NO`:推送该消息。
43
- em_ignore_notification: "NO"
+ // 设置是否发送静默消息。该字段为内置字段,取值如下:`true`:发送静默消息;(默认)`false`:推送该消息。
+ em_ignore_notification: false
44
},
45
};
46
let msg = AC.message.create(option);
0 commit comments