Inform PLAYERS from same SECTOR if Tiddler with same Tittle is imported twice with != emails in tags

This commit is contained in:
fred 2023-10-18 03:42:48 +02:00
parent 9c19754d24
commit 6aecccba2c
1 changed files with 8 additions and 1 deletions

View File

@ -90,9 +90,16 @@ for title in "$titles"; do
echo "Email addresses unique to NEMAILS: ${NUNIQUE[*]}"
echo "Email addresses unique to IEMAILS: ${IUNIQUE[*]}"
TIDIPFS=$(ipfs add -q ~/.zen/tmp/${MOATS}/NEW.json | tail -n 1)
for email in "${COMMON[@]}"; do
echo "Hello ${COMMON[*]}\n\nA copy of your Tiddler has been made by ${NUNIQUE[*]} ${IUNIQUE[*]}\n\nPlease merge it\n or fork your title : $title" > ~/.zen/tmp/${MOATS}/g1message
echo "Hello ${COMMON[*]}\n\n
A copy of your Tiddler has been made by ${NUNIQUE[*]} ${IUNIQUE[*]}\n\n
$title\n
Please import into your TW grabbing it from ${myIPFS}/ipfs/${TIDIPFS}\n
or fork modifying titles" > ~/.zen/tmp/${MOATS}/g1message
${MY_PATH}/mailjet.sh "$email" ~/.zen/tmp/${MOATS}/g1message
done