Include kind 3 in trending pubkeys again
This commit is contained in:
parent
bf75ad0b41
commit
b8546ae447
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue