Closed devinbinnie closed 3 weeks ago
@yasserfaraazkhan We can test this whenever, but since we're removing support for older versions, we should double check that the versions we support are all working well :) I ran E2E tests on my local machine and everything went okay - but a bit more thorough testing seems applicable here.
Here are the test results below:
New failed tests found on Linux:
All stable tests passed on macOS.
Summary
This PR removes code in the Desktop App that was left to support older versions of the Mattermost Server/Web App:
window.postMessage
, needed for server versions <v9.4What this does mean is that as of this change, Mattermost servers running versions under v9.4 will now have a reduced experience, and may or may not function at all. We will be dropping support for those server versions in the Desktop App officially as of v5.11.
This is being done to both reduce complication, improve security (in the case of custom logins) and potentially improve performance (in the case of the preload script changes)
Ticket Link
https://mattermost.atlassian.net/browse/MM-59843