mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Merge 162a15f7a8 into e4aefbc210
This commit is contained in:
commit
c6a6388d75
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ const
|
|||
"media", "images", "twimg", "videos",
|
||||
"native_video", "consumer_video", "spaces",
|
||||
"links", "news", "quote", "mentions",
|
||||
"replies", "retweets", "nativeretweets"
|
||||
"replies", "retweets", "nativeretweets", "cashtags"
|
||||
]
|
||||
|
||||
emptyQuery* = "include:nativeretweets"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ const toggles = {
|
|||
"links": "Links",
|
||||
"images": "Images",
|
||||
"quote": "Quotes",
|
||||
"spaces": "Spaces"
|
||||
"spaces": "Spaces",
|
||||
"cashtags": "Cashtags"
|
||||
}.toOrderedTable
|
||||
|
||||
proc renderSearch*(): VNode =
|
||||
|
|
|
|||
Loading…
Reference in a new issue