Use the t tag for hashtags
Changelog-Changed: #hashtags now use the `t` tag instead of `hashtag` Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -23,7 +23,7 @@ struct NostrFilter: Codable {
|
||||
case kinds
|
||||
case referenced_ids = "#e"
|
||||
case pubkeys = "#p"
|
||||
case hashtag = "#hashtag"
|
||||
case hashtag = "#t"
|
||||
case since
|
||||
case until
|
||||
case authors
|
||||
|
||||
Reference in New Issue
Block a user