I missed a line when resolving the conflict
This commit is contained in:
parent
2276522c2e
commit
16e7f5867b
@ -27,6 +27,7 @@ trait ClearPublicChatHistoryPubMsgHdlr extends LogHelper with SystemConfiguratio
|
||||
val meetingId = liveMeeting.props.meetingProp.intId
|
||||
val reason = "No permission to clear chat in meeting."
|
||||
PermissionCheck.ejectUserForFailedPermission(meetingId, msg.header.userId, reason, bus.outGW, liveMeeting)
|
||||
state
|
||||
} else {
|
||||
ChatModel.clearPublicChatHistory(liveMeeting.chatModel)
|
||||
val newState = for {
|
||||
|
Loading…
Reference in New Issue
Block a user