You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.0.2, fixing saving the name->cmdID mapping by doing registraiton of the owner before we filter out commands by owner [https://trello.com/c/TKpg1KnG/]
message.SendSyncedInfoTeamPacked("CustomCommandsNameToID", encodedCustomCommandsNameToID , teamID) -- save mapping to global variable so any widget can reload it from there
message.SendSyncedInfoTeamPacked("CustomCommandsNameToID", encodedCustomCommandsNameToID , teamID) -- save mapping to global variable so any widget can reload it from there
105
105
else-- already existing
106
106
-- we remove all existing instance of old command to make sure it is not forgotten
0 commit comments