Initial support for creating portals without any authenticated users
This commit is contained in:
@@ -62,8 +62,6 @@ class User(AbstractUser):
|
||||
if tgid:
|
||||
self.by_tgid[tgid] = self
|
||||
|
||||
self._init_client()
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
return self.mxid
|
||||
|
||||
Reference in New Issue
Block a user