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
initAnnouncement = troopNum.groupMemo,
initAllowMemberInvite = groupInfoResponse.allowMemberInvite,
initConfessTalk = groupInfoResponse.confessTalk,
initMuteAll = false,//todo
initMuteAll = troopNum.dwShutUpTimestamp != 0L,
initAutoApprove = groupInfoResponse.autoApprove,
initAnonymousChat = groupInfoResponse.allowAnonymousChat,
members = contactList
......
......@@ -133,6 +133,7 @@ internal object KnownPacketFactories {
OnlinePush.PbPushGroupMsg,
MessageSvc.PushNotify,
ConfigPushSvc.PushReq
)
// SvcReqMSFLoginNotify 自己的其他设备上限
// 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