mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Fix starting syncing when there's no avatar set
This commit is contained in:
parent
811b5877b0
commit
33a83e0701
@ -120,7 +120,7 @@ class Client:
|
||||
await self.client.set_displayname(self.displayname)
|
||||
if self.avatar_url != "disable":
|
||||
await self.client.set_avatar_url(self.avatar_url)
|
||||
self.start_sync()
|
||||
self.start_sync()
|
||||
await self._update_remote_profile()
|
||||
self.started = True
|
||||
self.log.info("Client started, starting plugin instances...")
|
||||
|
Loading…
Reference in New Issue
Block a user