Include new nostr kinds

This commit is contained in:
koalasat
2025-03-28 15:22:59 +01:00
parent 32b3a7d35e
commit e1ecfec667

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
filters='{"kinds":[38383]}' filters='{"kinds":[38383, 31986, 1059]}'
while IFS= read -r line; do while IFS= read -r line; do
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters" --dir both /app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters" --dir both