Improve reply processing
This commit is contained in:
parent
558fb9c310
commit
5da44298a8
4 changed files with 67 additions and 44 deletions
|
@ -42,6 +42,7 @@ class MetaKey(Enum):
|
|||
|
||||
COUNT_LIKE = "count_like"
|
||||
COUNT_BOOST = "count_boost"
|
||||
COUNT_REPLY = "count_reply"
|
||||
|
||||
|
||||
def _meta(mk: MetaKey) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue