Commit c0dbd334 authored by Him188's avatar Him188

Merge remote-tracking branch 'origin/master'

parents bcaf6296 13aa04e6
...@@ -189,7 +189,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler ...@@ -189,7 +189,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler
initAnnouncement = troopNum.groupMemo, initAnnouncement = troopNum.groupMemo,
initAllowMemberInvite = groupInfoResponse.allowMemberInvite, initAllowMemberInvite = groupInfoResponse.allowMemberInvite,
initConfessTalk = groupInfoResponse.confessTalk, initConfessTalk = groupInfoResponse.confessTalk,
initMuteAll = false,//todo initMuteAll = troopNum.dwShutUpTimestamp != 0L,
initAutoApprove = groupInfoResponse.autoApprove, initAutoApprove = groupInfoResponse.autoApprove,
initAnonymousChat = groupInfoResponse.allowAnonymousChat, initAnonymousChat = groupInfoResponse.allowAnonymousChat,
members = contactList members = contactList
......
...@@ -133,6 +133,7 @@ internal object KnownPacketFactories { ...@@ -133,6 +133,7 @@ internal object KnownPacketFactories {
OnlinePush.PbPushGroupMsg, OnlinePush.PbPushGroupMsg,
MessageSvc.PushNotify, MessageSvc.PushNotify,
ConfigPushSvc.PushReq ConfigPushSvc.PushReq
) )
// SvcReqMSFLoginNotify 自己的其他设备上限 // SvcReqMSFLoginNotify 自己的其他设备上限
// MessageSvc.PushReaded 电脑阅读了别人的消息, 告知手机 // MessageSvc.PushReaded 电脑阅读了别人的消息, 告知手机
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment