clients: Drop "desktop app" substring check.

The last desktop client to use that was 0.5.8, released 2017-04-12.
There are no clients with such old versions still observed in the
wild.
This commit is contained in:
Alex Vandiver 2024-08-01 15:28:43 +00:00 committed by Tim Abbott
parent 7b3e163d55
commit d70935ae04
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ class Client(models.Model):
"ios",
"android",
)
or "desktop app" in sending_client
# Since the vast majority of messages are sent by humans
# in Zulip, treat test suite messages as such.
or (sending_client == "test suite" and settings.TEST_SUITE)