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:
committed by
Daniel D’Aquino
parent
f436291209
commit
414c67a919
@@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user