db/puppet: add contact_info_set flag

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans
2023-04-07 14:19:41 -06:00
parent 815ce40989
commit da61ba96f1
6 changed files with 40 additions and 8 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ class User(DBUser, AbstractUser, BaseUser):
await self.stop()
return None
async def update_info(self, info: TLUser = None) -> None:
async def update_info(self, info: TLUser | None = None) -> None:
if not info:
info = await self.get_me()
if not info: