tests-passed

This commit is contained in:
2025-07-31 18:55:59 +03:00
parent b7abb8d8a1
commit e7230ba63c
126 changed files with 8326 additions and 3207 deletions

2
cache/triggers.py vendored
View File

@@ -88,7 +88,7 @@ def after_reaction_handler(mapper, connection, target) -> None:
with local_session() as session:
shout = (
session.query(Shout)
.filter(
.where(
Shout.id == shout_id,
Shout.published_at.is_not(None),
Shout.deleted_at.is_(None),