mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-15 16:52:48 -05:00
Use snappy for rss compression, refactor
This commit is contained in:
@@ -212,5 +212,8 @@ type
|
||||
redisConns*: int
|
||||
redisMaxConns*: int
|
||||
|
||||
Rss* = object
|
||||
feed*, cursor*: string
|
||||
|
||||
proc contains*(thread: Chain; tweet: Tweet): bool =
|
||||
thread.content.anyIt(it.id == tweet.id)
|
||||
|
||||
Reference in New Issue
Block a user