pull/7128/head
Erik Johnston 2020-03-25 15:11:36 +00:00
parent 440581c00e
commit ae3d9445bf
1 changed files with 2 additions and 0 deletions

View File

@ -114,3 +114,5 @@ class HomeServer(object):
pass pass
def is_mine_id(self, domain_id: str) -> bool: def is_mine_id(self, domain_id: str) -> bool:
pass pass
def get_instance_id(self) -> str:
pass