내 파티에서 파티원을 추방 못하는 문제 수정

This commit is contained in:
2023-09-08 16:15:06 +09:00
parent a9b0cf2493
commit 374992d55f

View File

@ -420,6 +420,7 @@ func (gp *groupParty) InviteToParty(w http.ResponseWriter, r *http.Request) {
}
// 내가 wshandler room에 입장
gp.enterRoom(gid, mid)
gp.rh.JSONSet(mid.Hex(), "$.party", bson.M{"id": gid.Hex()})
gp.sendUpstreamMessage(&wshandler.UpstreamMessage{
Target: mid.Hex(),