mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-09 08:34:20 +01:00
renderAccounts: reverse the list of pubkeys
This commit is contained in:
@@ -16,7 +16,7 @@ const mutesController: AppController = async (c) => {
|
||||
|
||||
if (event10000) {
|
||||
const pubkeys = getTagSet(event10000.tags, 'p');
|
||||
return renderAccounts(c, [...pubkeys].reverse());
|
||||
return renderAccounts(c, [...pubkeys]);
|
||||
} else {
|
||||
return c.json([]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user