fix: PCAndOther multi login policy can`t get old clients correctly (#3158)

pull/3242/head
icey-yu 7 months ago committed by OpenIM-Robot
parent 56fe999b60
commit 7f1c859273

@ -370,7 +370,6 @@ func (ws *WsServer) multiTerminalLoginChecker(clientOK bool, oldClients []*Clien
}
oldClients = append(oldClients, c)
}
fallthrough
case constant.AllLoginButSameTermKick:
if !clientOK {

Loading…
Cancel
Save