bugfix >> @대화방 타입별 context menu 분리처리.

This commit is contained in:
leejinho 2019-11-21 15:01:41 +09:00
parent 188b6e9823
commit 834357a550

View File

@ -339,6 +339,8 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
menuType === 'EDIT_ROOM'
) {
if (
!this.roomInfo ||
!this.roomInfo.roomType ||
this.roomInfo.roomType === RoomType.Mytalk ||
this.roomInfo.roomType === RoomType.Allim ||
this.roomInfo.roomType === RoomType.Bot ||