From e1ecfec66760aae0a0d9b6ae3574180976d90ec5 Mon Sep 17 00:00:00 2001 From: koalasat Date: Fri, 28 Mar 2025 15:22:59 +0100 Subject: [PATCH] Include new nostr kinds --- docker/strfry/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/strfry/sync.sh b/docker/strfry/sync.sh index 8c476172..1258d459 100755 --- a/docker/strfry/sync.sh +++ b/docker/strfry/sync.sh @@ -1,6 +1,6 @@ #!/bin/sh -filters='{"kinds":[38383]}' +filters='{"kinds":[38383, 31986, 1059]}' while IFS= read -r line; do /app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters" --dir both