resolvers-fix
All checks were successful
deploy / deploy (push) Successful in 2m14s

This commit is contained in:
2023-11-27 21:18:52 +03:00
parent 5f8ec549df
commit 14ae7fbcc9
2 changed files with 63 additions and 60 deletions

View File

@@ -20,7 +20,7 @@ class ReactionKind(Enumeration):
REJECT = 8 # -1
# public feed
QUOTE = 9 # +0 bookmark
QUOTE = 9 # +0 TODO: use to bookmark in collection
COMMENT = 0 # +0
LIKE = 11 # +1
DISLIKE = 12 # -1