UpdatePartyDocumentDirect를 PartyOwner만 동작하도록 함
This commit is contained in:
@ -164,8 +164,6 @@ func (gc *groupChat) EnterPrivateChannel(ctx wshandler.ApiCallContext) {
|
||||
return
|
||||
}
|
||||
gc.enterRoom(channel, ctx.CallBy.Accid)
|
||||
} else {
|
||||
// 내가 이미 private channel에 있다는 것을 다른 사람들에게 알려주기 위함
|
||||
}
|
||||
|
||||
gc.sendUpstreamMessage(&wshandler.UpstreamMessage{
|
||||
|
||||
Reference in New Issue
Block a user