buddy click is modified
This commit is contained in:
parent
2d6d4adb35
commit
0dd36a92db
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user