From 103f93f6094e9eeed18ebccc36c3d3f3b140bd68 Mon Sep 17 00:00:00 2001 From: koalasat Date: Fri, 28 Mar 2025 15:24:43 +0100 Subject: [PATCH] Include new nostr kinds --- compose/strfry/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/strfry/sync.sh b/compose/strfry/sync.sh index 8c47617..1258d45 100644 --- a/compose/strfry/sync.sh +++ b/compose/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