1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-04 03:22:19 -04:00

Add community notes support

Fixes #727
Fixes #1023
This commit is contained in:
Zed
2026-02-19 01:44:50 +01:00
parent a15d1ce16b
commit 2bd664ae7d
16 changed files with 201 additions and 94 deletions

View File

@@ -223,6 +223,7 @@ type
video*: Option[Video]
photos*: seq[Photo]
history*: seq[int64]
note*: string
Tweets* = seq[Tweet]