mirror of https://github.com/zulip/zulip.git
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:
parent
7b3e163d55
commit
d70935ae04
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue