Include kind 3 in trending pubkeys again

This commit is contained in:
Alex Gleason 2024-06-11 18:15:40 -05:00
parent bf75ad0b41
commit b8546ae447
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export function cron() {
Deno.cron(
'update trending pubkeys',
'0 * * * *',
() => updateTrendingTags('#p', 'p', [1, 6, 7, 9735], 40, Conf.relay),
() => updateTrendingTags('#p', 'p', [1, 3, 6, 7, 9735], 40, Conf.relay),
);
Deno.cron(
'update trending zapped events',