Follow Packs

This PR adds and enables follow packs in the universe view.

Closes: #3012

Changelog-Added: Added follow list kind 39089
Changelog-Added: Added follow pack preview
Changelog-Added: Added follow pack timeline to Universe View
Changelog-Removed: Removed hashtags in Universe View

Signed-off-by: ericholguin <ericholguin@apache.org>
This commit is contained in:
ericholguin
2025-05-13 20:15:05 -06:00
committed by Daniel D’Aquino
parent f436291209
commit 414c67a919
18 changed files with 774 additions and 22 deletions

View File

@@ -368,7 +368,7 @@ class NdbNote: Codable, Equatable, Hashable {
// Extension to make NdbNote compatible with NostrEvent's original API
extension NdbNote {
var is_textlike: Bool {
return kind == 1 || kind == 42 || kind == 30023 || kind == 9802
return kind == 1 || kind == 42 || kind == 30023 || kind == 9802 || kind == 39089
}
var is_quote_repost: NoteId? {