sync-viewed-stat
Some checks failed
Deploy on push / deploy (push) Failing after 10s

This commit is contained in:
2024-08-07 13:15:58 +03:00
parent 9c7a62c384
commit 57d25b637d
4 changed files with 34 additions and 27 deletions

View File

@@ -275,6 +275,7 @@ async def update_reaction(_, info, reaction):
session.commit()
r.stat = {
# FIXME: "viewed": ViewedStorage.get_shout(r.shuot), sure, it is possible to collect reaction vews
"commented": commented_stat,
"rating": rating_stat,
}