# 이슈처리 234
This commit is contained in:
parent
6e78aa3115
commit
7d86529796
|
@ -483,7 +483,7 @@ export class GroupComponent implements OnInit, OnDestroy {
|
|||
|
||||
return true;
|
||||
}
|
||||
async onClickProfileContextMenu(
|
||||
onClickProfileContextMenu(
|
||||
menuType: string,
|
||||
userInfo: UserInfo | UserInfoF,
|
||||
group?: GroupDetailData
|
||||
|
@ -497,6 +497,7 @@ export class GroupComponent implements OnInit, OnDestroy {
|
|||
'group',
|
||||
group
|
||||
);
|
||||
this.ngZone.run(async () => {
|
||||
switch (menuType) {
|
||||
case 'VIEW_PROFILE':
|
||||
this.onClickOpenProfile(userInfo.seq, group);
|
||||
|
@ -633,6 +634,7 @@ export class GroupComponent implements OnInit, OnDestroy {
|
|||
}
|
||||
break;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
onClickOpenProfile(userSeq: number, group: GroupDetailData) {
|
||||
|
|
|
@ -81,7 +81,7 @@ export const environment: Environment = {
|
|||
maxChatRoomUser: 300,
|
||||
masstextLength: 800,
|
||||
|
||||
eventRequestInitCount: 15,
|
||||
eventRequestInitCount: 30,
|
||||
eventRequestDefaultCount: 50,
|
||||
|
||||
readHereShowMinimumEventCount: 10,
|
||||
|
|
Loading…
Reference in New Issue
Block a user