mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 10:22:36 +08:00
notification
This commit is contained in:
parent
dc637059ab
commit
56a04aaf82
@ -1,13 +1,14 @@
|
|||||||
groupCreated:
|
groupCreated:
|
||||||
isSendMsg: true //是否发送消息,不发消息,无声的触发同步, 发消息为触发会话,打开了只发一条消息过去,存的时候只有一条消息,存一条
|
isSendMsg: true //是否发送消息,false不发消息为无声的触发同步。true发消息需要触发会话,rpc notification直接发两次,一次消息一次通知, options字段isNotification是否为通知
|
||||||
|
reliabilityLevel: 1 // 1为online才发送 2为必达
|
||||||
unreadCount: false // 只在isSendMsg为true的情况下有作用
|
unreadCount: false // 只在isSendMsg为true的情况下有作用
|
||||||
offlinePush:
|
offlinePush:
|
||||||
enable: false
|
enable: false // 开启该开关
|
||||||
title: "create group title" # xx create the group
|
title: "create group title" # xx create the group
|
||||||
desc: "create group desc"
|
desc: "create group desc"
|
||||||
ext: "create group ext"
|
ext: "create group ext"
|
||||||
|
|
||||||
# 加消息contentType,老的作为通知的 content统一json 结构体使用pb的, 以通知展现,通知是发在线通知还是离线通知
|
# 不加消息contentType,content统一json 结构体使用pb的
|
||||||
|
|
||||||
|
|
||||||
groupInfoSet:
|
groupInfoSet:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user