feat: add tests, update configs, fix state.py return, update gitignore

This commit is contained in:
2026-06-11 23:00:34 +02:00
parent 64d078f457
commit 0f390ff1e1
12 changed files with 305 additions and 15 deletions
-1
View File
@@ -25,7 +25,6 @@ class SyncState:
)
""")
self._conn.commit()
return self
def get_event_uids(self) -> set[str]:
with self._lock: