mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-25 03:33:17 +00:00
Merge pull request #1831 from RoboSats/include-new-nostr-kinds
Include new nostr kinds
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user