1
0
mirror of git://jb55.com/damus synced 2024-09-19 11:43:44 +00:00

search: allow searching longform articles by hashtag

This commit is contained in:
William Casarin 2023-07-11 12:17:22 -07:00
parent 7514a741c0
commit d96ea593a5

View File

@ -34,7 +34,7 @@ class SearchModel: ObservableObject {
func subscribe() {
// since 1 month
search.limit = self.limit
search.kinds = [.text, .like]
search.kinds = [.text, .like, .longform]
//likes_filter.ids = ref_events.referenced_ids!