mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Fixed bug in gam <UserTypeEntity> create chatspace that caused a trap.
This commit is contained in:
@@ -25137,7 +25137,7 @@ def createChatSpace(users):
|
||||
members = []
|
||||
tbody = {}
|
||||
returnIdOnly = False
|
||||
updateMask = {}
|
||||
updateMask = set()
|
||||
while Cmd.ArgumentsRemaining():
|
||||
myarg = getArgument()
|
||||
if getChatSpaceParameters(myarg, body['space'], CHAT_SPACE_TYPE_MAP, updateMask):
|
||||
|
||||
Reference in New Issue
Block a user