reaction-order-fix
All checks were successful
deploy / deploy (push) Successful in 1m48s

This commit is contained in:
Untone 2023-12-11 17:57:34 +03:00
parent 159c151ae7
commit 2184fcf1f9

View File

@ -29,25 +29,6 @@ enum ReactionKind {
DISLIKE
}
class ReactionKind(Enumeration):
# TYPE = <reaction index> # rating diff
# editor mode
AGREE = "AGREE" # +1
DISAGREE = "DISAGREE" # -1
ASK = "ASK" # +0
PROPOSE = "PROPOSE" # +0
PROOF = "PROOF" # +1
DISPROOF = "DISPROOF" # -1
ACCEPT = "ACCEPT" # +1
REJECT = "REJECT" # -1
# public feed
QUOTE = "QUOTE" # +0 TODO: use to bookmark in collection
COMMENT = "COMMENT" # +0
LIKE = "LIKE" # +1
DISLIKE = "DISLIKE" # -1
enum FollowingEntity {
TOPIC