mirror of
https://github.com/zedeus/nitter
synced 2026-09-25 23:09:20 +00:00
Add cashtag filter option
This commit is contained in:
parent
74f5ff8acc
commit
a78d4655cd
2 changed files with 3 additions and 2 deletions
|
|
@ -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