This commit is contained in:
qo-op 2020-03-26 03:25:12 +01:00
parent ae5a241be7
commit 418b9350c9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ self=$(sbotc whoami | jq -r .id) || exit 1
g1self=$(echo $self | cut -d '@' -f 2 | cut -d '.' -f 1 | base64 -d | base58)
self_name=$(sbotc query.read '{"query":[{"$filter":{"value":{"author": "'"$self"'", "content":{"type":"about", "about": "'"$self"'"}}}}]}' | jq -r .value?.content?.name | grep -v null | tail -n 1)
messages=$(sbotc messagesByType '{"type":"contact"')
messages=$(sbotc messagesByType '{"type":"contact"}')
while read -r msg
do