matrix-delivery
Jason Robinson 2020-12-25 00:48:58 +02:00
rodzic dc2102a7b8
commit 6d1304ab68
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ class MatrixProfile(Profile, MatrixEntityMixin):
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
# We always require an mxid # We always require an mxid
self._required.add('mxid') self._required.append('mxid')
@property @property
def localpart(self) -> str: def localpart(self) -> str: