Enable historical messages for customer33.invalid.

(imported from commit ed95813f20ba29b425be4d90d6a54beb22ec81ad)
This commit is contained in:
Tim Abbott 2013-04-30 10:52:13 -04:00
parent e3bb1bc8ec
commit 1986b65c6a
1 changed files with 3 additions and 2 deletions

View File

@ -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")