invcache-fix3

This commit is contained in:
2025-01-16 06:00:15 +03:00
parent c4e84364c6
commit c1c095a73c
2 changed files with 121 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ from sqlalchemy import and_, desc, select
from sqlalchemy.orm import joinedload
from sqlalchemy.sql.functions import coalesce
from cache.cache import cache_author, cache_topic, invalidate_shouts_cache
from cache.cache import cache_author, cache_topic, invalidate_shouts_cache, cache_related_entities
from orm.author import Author
from orm.shout import Shout, ShoutAuthor, ShoutTopic
from orm.topic import Topic