nostrplebs api added

This commit is contained in:
HolgerHatGarKeineNode
2023-08-27 17:37:50 +02:00
parent b4b376c22a
commit 61f1baf18d
2 changed files with 20 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ class PlebsOverview extends Component
'nostr',
'id',
])
->whereNot('nostr')
->whereNotNull('nostr')
->orderByDesc('id')
->get()
->unique('nostr')