OlmAccount bug

This commit is contained in:
Astra Logical 2026-07-23 13:52:53 -04:00
parent c8e87ca110
commit 24b6ad69eb

View file

@ -434,7 +434,7 @@ async def main():
account = await crypto_store.get_account()
if not account:
log.info("Creating new Olm account...")
account = OlmAccount.generate()
account = OlmAccount()
await crypto_store.put_account(account)
# Register Event Handlers