Since #2360, the app refuses to connect to servers older than Zulip Server 9. That means we can simplify away all the spots in our codebase where we have logic to accommodate older versions of the Zulip server.
A prerequisite issue #1838 is for relying on server 7, as marked by comments TODO(server-7). This one is for relying on server 8, as marked by comments TODO(server-8). For details, see #1838, #268, and the previous issues linked from the latter.
References
Since #2360, the app refuses to connect to servers older than Zulip Server 9. That means we can simplify away all the spots in our codebase where we have logic to accommodate older versions of the Zulip server.
A prerequisite issue #1838 is for relying on server 7, as marked by comments
TODO(server-7). This one is for relying on server 8, as marked by commentsTODO(server-8). For details, see #1838, #268, and the previous issues linked from the latter.References