testin new list filters

This commit is contained in:
zmeyer44 2023-10-18 15:23:38 -04:00
parent 9a1ee11a97
commit ee09bae19f
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,10 @@ export default function FeaturedLists() {
});
const processedEvents = events
.filter(
(a) =>
!!getTagValues("image", a.tags) ?? !!getTagValues("picture", a.tags),
)
.sort((a, b) => {
const aTitle =
getTagValues("title", a.tags) ??

View File

@ -34,6 +34,7 @@ export const NOTABLE_ACCOUNTS = [
"npub1ejxswthae3nkljavznmv66p9ahp4wmj4adux525htmsrff4qym9sz2t3tv",
"npub107jk7htfv243u0x5ynn43scq9wrxtaasmrwwa8lfu2ydwag6cx2quqncxg",
"npub1zach44xjpc4yyhx6pgse2cj2pf98838kja03dv2e8ly8lfr094vqvm5dy5",
"npub1hfjy5e49uxr97x0rduxtnk748vcaupj35lamyhdt9xswxc4khw2s6vxa9q",
];
export const BANNER =