bug fixed
This commit is contained in:
parent
940c28218d
commit
1f60c57239
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user