1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Use Karax html rendering instead of source filters (#2)

* Use Karax html rendering instead of source filters
This commit is contained in:
Zed
2019-07-11 00:42:31 +02:00
committed by GitHub
parent fad2575d93
commit ab36664ad2
21 changed files with 482 additions and 507 deletions

View File

@@ -124,6 +124,7 @@ type
minId*: string
maxId*: string
hasMore*: bool
beginning*: bool
query*: Option[Query]
proc contains*(thread: Thread; tweet: Tweet): bool =