bug fixed

This commit is contained in:
병준 박 2019-10-25 10:09:16 +09:00
parent 940c28218d
commit 1f60c57239

View File

@ -29,7 +29,6 @@ import {
} from '@ucap-webmessenger/protocol-event';
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 {
@ -239,7 +238,7 @@ export class Effects {
ChatStore.selectedRoom({ roomSeq: action.trgtRoomSeq })
);
this.store.dispatch(
EventStore.send({
send({
senderSeq: action.senderSeq,
req: {
roomSeq: action.trgtRoomSeq,
@ -273,7 +272,7 @@ export class Effects {
}),
map(res => {
this.store.dispatch(
EventStore.send({
send({
senderSeq: action.senderSeq,
req: {
roomSeq: res.res.roomSeq,