Skip to content

Commit

Permalink
kind param in nostr_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Nov 30, 2024
1 parent 6112e48 commit 2267d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/data_layer/models/nostr_lists_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class NostrSetModel extends NostrSet {
return ndk_entities.Nip51Set(
pubKey: pubKey,
name: name,
kind: NostrList.FOLLOW_SET,
createdAt: createdAt,
elements: elements
.map((e) => NostrListElementModel(
Expand Down

0 comments on commit 2267d56

Please sign in to comment.