mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Include kind 3 in trending pubkeys again
This commit is contained in:
parent
bf75ad0b41
commit
b8546ae447
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export function cron() {
|
||||||
Deno.cron(
|
Deno.cron(
|
||||||
'update trending pubkeys',
|
'update trending pubkeys',
|
||||||
'0 * * * *',
|
'0 * * * *',
|
||||||
() => updateTrendingTags('#p', 'p', [1, 6, 7, 9735], 40, Conf.relay),
|
() => updateTrendingTags('#p', 'p', [1, 3, 6, 7, 9735], 40, Conf.relay),
|
||||||
);
|
);
|
||||||
Deno.cron(
|
Deno.cron(
|
||||||
'update trending zapped events',
|
'update trending zapped events',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue