mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
📦 feat(project-support): order project support items by creation date in descending order
This commit is contained in:
@@ -22,6 +22,7 @@ state([
|
||||
'einundzwanzigPleb.profile',
|
||||
'votes',
|
||||
])
|
||||
->orderBy('created_at', 'desc')
|
||||
->get(),
|
||||
'isAllowed' => false,
|
||||
'currentPubkey' => null,
|
||||
@@ -64,6 +65,7 @@ $delete = function ($id) {
|
||||
'einundzwanzigPleb.profile',
|
||||
'votes',
|
||||
])
|
||||
->orderBy('created_at', 'desc')
|
||||
->get();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user