buddy click is modified

This commit is contained in:
병준 박 2019-10-16 15:44:16 +09:00
parent 2d6d4adb35
commit 0dd36a92db

View File

@ -187,8 +187,8 @@ export class GroupComponent implements OnInit, OnDestroy {
}
onSelectBuddy(buddy: UserInfo) {
// this.store.dispatch(ChatStore.selectedRoom({ roomSeq: String(buddy.seq) }));
this.logger.debug('onSelectBuddy', buddy);
this.store.dispatch(ChatStore.openRoom({ userSeqList: [buddy.seq] }));
}
getStatusBulkInfo(buddy: UserInfo) {