mirror of https://github.com/zulip/zulip.git
Enable historical messages for customer33.invalid.
(imported from commit ed95813f20ba29b425be4d90d6a54beb22ec81ad)
This commit is contained in:
parent
e3bb1bc8ec
commit
1986b65c6a
|
@ -140,8 +140,9 @@ class Stream(models.Model):
|
|||
return self.__repr__()
|
||||
|
||||
def is_public(self):
|
||||
return (self.realm.domain in ["humbughq.com"] and
|
||||
not self.invite_only)
|
||||
return (self.realm.domain in
|
||||
["humbughq.com"]
|
||||
and not self.invite_only)
|
||||
|
||||
class Meta:
|
||||
unique_together = ("name", "realm")
|
||||
|
|
Loading…
Reference in New Issue