Merge branch 'master' of https://git.loafle.net/ucap-web/next-ucap-messenger
This commit is contained in:
commit
9605304278
|
@ -1636,7 +1636,10 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||||
|
|
||||||
if (userSeqs.length > 0) {
|
if (userSeqs.length > 0) {
|
||||||
// include me
|
// include me
|
||||||
userSeqs.push(this.loginResSubject.value.userSeq);
|
const myUserSeq = this.loginResSubject.value.userSeq;
|
||||||
|
if (!!myUserSeq && userSeqs.indexOf(myUserSeq) < 0) {
|
||||||
|
userSeqs.push(myUserSeq);
|
||||||
|
}
|
||||||
|
|
||||||
this.store.dispatch(
|
this.store.dispatch(
|
||||||
RoomStore.inviteOrOpen({
|
RoomStore.inviteOrOpen({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user