This commit is contained in:
Salastil 2026-08-26 07:22:07 -04:00 committed by GitHub
commit c6a6388d75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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"

View file

@ -15,7 +15,8 @@ const toggles = {
"links": "Links",
"images": "Images",
"quote": "Quotes",
"spaces": "Spaces"
"spaces": "Spaces",
"cashtags": "Cashtags"
}.toOrderedTable
proc renderSearch*(): VNode =