mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Add cashtag filter option
This commit is contained in:
parent
74f5ff8acc
commit
a78d4655cd
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ const
|
||||||
"media", "images", "twimg", "videos",
|
"media", "images", "twimg", "videos",
|
||||||
"native_video", "consumer_video", "spaces",
|
"native_video", "consumer_video", "spaces",
|
||||||
"links", "news", "quote", "mentions",
|
"links", "news", "quote", "mentions",
|
||||||
"replies", "retweets", "nativeretweets"
|
"replies", "retweets", "nativeretweets", "cashtags"
|
||||||
]
|
]
|
||||||
|
|
||||||
emptyQuery* = "include:nativeretweets"
|
emptyQuery* = "include:nativeretweets"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@ const toggles = {
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
"images": "Images",
|
"images": "Images",
|
||||||
"quote": "Quotes",
|
"quote": "Quotes",
|
||||||
"spaces": "Spaces"
|
"spaces": "Spaces",
|
||||||
|
"cashtags": "Cashtags"
|
||||||
}.toOrderedTable
|
}.toOrderedTable
|
||||||
|
|
||||||
proc renderSearch*(): VNode =
|
proc renderSearch*(): VNode =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue