그룹 > 동료 context menu > 프로필 보기, 대화하기 기능 추가.
This commit is contained in:
parent
2a7e37c3c4
commit
7cd159efba
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user