bug fixed
This commit is contained in:
parent
940c28218d
commit
1f60c57239
|
@ -29,7 +29,6 @@ import {
|
||||||
} from '@ucap-webmessenger/protocol-event';
|
} from '@ucap-webmessenger/protocol-event';
|
||||||
|
|
||||||
import * as ChatStore from '@app/store/messenger/chat';
|
import * as ChatStore from '@app/store/messenger/chat';
|
||||||
import * as EventStore from '@app/store/messenger/event';
|
|
||||||
import * as SyncStore from '@app/store/messenger/sync';
|
import * as SyncStore from '@app/store/messenger/sync';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -239,7 +238,7 @@ export class Effects {
|
||||||
ChatStore.selectedRoom({ roomSeq: action.trgtRoomSeq })
|
ChatStore.selectedRoom({ roomSeq: action.trgtRoomSeq })
|
||||||
);
|
);
|
||||||
this.store.dispatch(
|
this.store.dispatch(
|
||||||
EventStore.send({
|
send({
|
||||||
senderSeq: action.senderSeq,
|
senderSeq: action.senderSeq,
|
||||||
req: {
|
req: {
|
||||||
roomSeq: action.trgtRoomSeq,
|
roomSeq: action.trgtRoomSeq,
|
||||||
|
@ -273,7 +272,7 @@ export class Effects {
|
||||||
}),
|
}),
|
||||||
map(res => {
|
map(res => {
|
||||||
this.store.dispatch(
|
this.store.dispatch(
|
||||||
EventStore.send({
|
send({
|
||||||
senderSeq: action.senderSeq,
|
senderSeq: action.senderSeq,
|
||||||
req: {
|
req: {
|
||||||
roomSeq: res.res.roomSeq,
|
roomSeq: res.res.roomSeq,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user