그룹 > 동료 context menu > 프로필 보기, 대화하기 기능 추가.

This commit is contained in:
leejinho 2019-11-21 09:07:25 +09:00
parent 2a7e37c3c4
commit 7cd159efba

View File

@ -297,6 +297,12 @@ export class GroupComponent implements OnInit, OnDestroy {
userInfo userInfo
); );
switch (menuType) { switch (menuType) {
case 'VIEW_PROFILE':
this.openProfile.emit(userInfo);
break;
case 'CHAT':
this.onSelectBuddy(userInfo);
break;
case 'REGISTER_FAVORITE': case 'REGISTER_FAVORITE':
this.store.dispatch( this.store.dispatch(
SyncStore.updateBuddy({ SyncStore.updateBuddy({