mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +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',
|
'einundzwanzigPleb.profile',
|
||||||
'votes',
|
'votes',
|
||||||
])
|
])
|
||||||
|
->orderBy('created_at', 'desc')
|
||||||
->get(),
|
->get(),
|
||||||
'isAllowed' => false,
|
'isAllowed' => false,
|
||||||
'currentPubkey' => null,
|
'currentPubkey' => null,
|
||||||
@@ -64,6 +65,7 @@ $delete = function ($id) {
|
|||||||
'einundzwanzigPleb.profile',
|
'einundzwanzigPleb.profile',
|
||||||
'votes',
|
'votes',
|
||||||
])
|
])
|
||||||
|
->orderBy('created_at', 'desc')
|
||||||
->get();
|
->get();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user