Add support for tweet views

This commit is contained in:
Zed
2025-11-17 10:59:50 +01:00
parent 0bb0b7e78c
commit bb6eb81a20
11 changed files with 58 additions and 49 deletions

View File

@@ -203,6 +203,7 @@ type
retweets*: int
likes*: int
quotes*: int
views*: int
Tweet* = ref object
id*: int64