Initial support for creating portals without any authenticated users

This commit is contained in:
Tulir Asokan
2018-02-22 21:12:35 +02:00
parent 232ec6ee42
commit 7c54436dff
5 changed files with 68 additions and 12 deletions
-2
View File
@@ -62,8 +62,6 @@ class User(AbstractUser):
if tgid:
self.by_tgid[tgid] = self
self._init_client()
@property
def name(self):
return self.mxid