open-im-server
open-im-server copied to clipboard
isOfflinePush 没被写过 只有这个地方读了一次
if sendPbData.ContentType != constant.Typing && sendPbData.ContentType != constant.HasReadReceipt {
if **_isOfflinePush_** {
for _, v := range wsResult {
if v.ResultCode == 0 {
continue