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:
@@ -63,7 +63,7 @@ struct NoteContentView: View {
|
||||
}
|
||||
|
||||
func hashtag_str(_ htag: String) -> String {
|
||||
return "[#\(htag)](nostr:hashtag:\(htag))"
|
||||
return "[#\(htag)](nostr:t:\(htag))"
|
||||
}
|
||||
|
||||
func mention_str(_ m: Mention, profiles: Profiles) -> String {
|
||||
|
||||
Reference in New Issue
Block a user