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:
William Casarin
2022-08-19 07:38:13 -07:00
parent 3b7f7706b5
commit cb70ab532c
5 changed files with 6 additions and 5 deletions

View File

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