Revert "mute: adding new structs/enums for new mute list"

This reverts commit 50f45288ce.
This commit is contained in:
William Casarin
2024-01-25 12:11:34 -08:00
parent e6598928d0
commit f13267aeb2
7 changed files with 5 additions and 323 deletions

View File

@@ -1116,7 +1116,7 @@ func on_open_url(state: DamusState, url: URL, result: @escaping (OpenResult?) ->
result(.event(ev))
}
case .hashtag(let ht):
result(.filter(.filter_hashtag([ht.hashtag])))
result(.filter(.filter_hashtag([ht.string()])))
case .param, .quote:
// doesn't really make sense here
break