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
The cause is that feature level 320 made can_remove_subscribers_group a group-settings value instead of always an integer group ID, and we expect an integer. So the server's response to registerQueue is malformed.
This field is becoming a group-setting value. We haven't yet
implemented those (that's zulip#814), so we can no longer handle this field
until we do that work. Conveniently we weren't actually making any
use of this field, though -- so for now, just ignore it.
Fixes: zulip#1082
gnprice
added a commit
to gnprice/zulip-flutter
that referenced
this issue
Nov 25, 2024
This is affected by the same root cause as zulip#1082, though the impact
here is much smaller: this one only applies to an event at the moment
someone edits one of these settings.
This field is becoming a group-setting value. We haven't yet
implemented those (that's #814), so we can no longer handle this field
until we do that work. Conveniently we weren't actually making any
use of this field, though -- so for now, just ignore it.
Fixes: #1082
This is affected by the same root cause as #1082, though the impact
here is much smaller: this one only applies to an event at the moment
someone edits one of these settings.
Since a recent deployment on chat.zulip.org, the app fails to load server data for many users there. Chat thread:
https://chat.zulip.org/#narrow/channel/243-mobile-team/topic/Infinite.20loading.20flutter.20app/near/1987288
The cause is that feature level 320 made
can_remove_subscribers_group
a group-settings value instead of always an integer group ID, and we expect an integer. So the server's response toregisterQueue
is malformed.The immediate fix within the app is that we'll stop deserializing that field at all — we don't actually use it. Further discussion:
https://chat.zulip.org/#narrow/channel/378-api-design/topic/migrating.20settings.20to.20user-groups.20framework/near/1987303
The text was updated successfully, but these errors were encountered: