make-channel-private.js was crashing because updateThread calls fetchServerThreadInfos, which ends up calling getUploadURL for thread avatars (recent change).
getUploadURL needs to know the URL facts to construct the URL. I can pass those in via envvar when invoking the script, but I need this change in order for the URL facts to be loaded.