From c0a9df43dcfcd52f972a9c5862fb6391b0c47bb0 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 12 May 2020 04:06:00 +0200 Subject: [PATCH] ONE LOVE --- zen/ssb_INIT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/ssb_INIT.sh b/zen/ssb_INIT.sh index 0e3a073..5286901 100755 --- a/zen/ssb_INIT.sh +++ b/zen/ssb_INIT.sh @@ -143,7 +143,7 @@ $g1balance " # IF no AVATAR, publish message with QRCode if [[ ! $(file "/tmp/_g1.avatar.png" | grep 'PNG') ]]; then - sbotc publish '{"type":"post","text":"[Flash QRCode]('"$id"') with [Cesium](https://cesium.app).\n Thank you.","mentions":[{"link":"'"$id"'","name":"'"$name"'","size":'"$size"',"type":"'"$type"'"}]}' + sbotc publish '{"type":"post","text":"![QRCode]('"$id"')\n Scan QRCode with [Cesium](https://cesium.app).\n Thank you\n ONE :heart:","mentions":[{"link":"'"$id"'","name":"'"$name"'","size":'"$size"',"type":"'"$type"'"}]}' else # Publish only if new avatar if [[ $(diff /tmp/_g1.avatar.png ~/.zen/ipfs/.$ipfsnodeid/G1SSB/_g1.avatar.png) ]]; then