대화방에 오프라인 표시 조건데 다른용무중 1,2,3 도 온라인으로 간주하도록 수정.
This commit is contained in:
parent
88a341ca58
commit
4051b79c69
|
@ -414,6 +414,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
|||
if (
|
||||
!!presence &&
|
||||
(presence.pcStatus === PresenceStatusCode.OnLine ||
|
||||
presence.pcStatus === PresenceStatusCode.Busy ||
|
||||
presence.mobileStatus === PresenceStatusCode.OnLine)
|
||||
) {
|
||||
if (existIndex > -1) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user