-
Notifications
You must be signed in to change notification settings - Fork 152
Where did the ability to set announcement mode and moderated mode go from 1.6 to 2.0.1? #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
more context I have upgraded it all the way to 2.0.1 after realizing the versioning was not getting the latest due to older pip I then changed refereces to newly named package name
Even trying to create a moderated room doesnt work for me know where it worked prior to upgrading so i know this isnt a a perms thing I do not get an error when i create a room like this which i based off your test you have for creating a moderated room:
here is my current pip list info for this:
|
I added an output of the post data here to see if it was being added to the call and it seems that maybe something is happening with adding things in the request dictionary to the call?
my output after adding that logging line: Doesnt seem to have the optiong i used whn calling for the room to be created isLocked=True in there. |
After upgrading to 1.7 from 1.6 i can no longer create a room with the setting isAnnouncemeanOnly: true
E AttributeError: 'Room' object has no attribute 'isAnnouncementOnly'
Is there a new way to do this or just a bug?
The text was updated successfully, but these errors were encountered: