From: Rudolf Polzer Date: Mon, 31 Jan 2022 20:26:59 +0000 (-0800) Subject: Include the map blob hash in the URL spammed on Matrix. X-Git-Tag: xonotic-v0.8.5~33 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=61b8b2ba39be8cb9bc7b0770485d0b6ec1d5c616;p=xonotic%2Fxonotic.git Include the map blob hash in the URL spammed on Matrix. Maybe this will make the preview always show the correct screenshot? --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index a18bc6d7..0b5a1627 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -272,10 +272,10 @@ screenshotthemap() ) 2>&1 | tee ~/.xonotic/data/autoscreenshot.log good=false if mv ~/.xonotic/data/screenshots "$M-$blobhash"; then - ss2spam "$M" "$url?d" "$REFNAME" "$commithash" 0 > ~/.xonotic/data/"$M.ircss" + ss2spam "$M" "$url/$M-$blobhash/" "$REFNAME" "$commithash" 0 > ~/.xonotic/data/"$M.ircss" else mkdir "$M-$blobhash" - ss2spam "$M" "$url?d" "$REFNAME" "$commithash" 1 > ~/.xonotic/data/"$M.ircss" + ss2spam "$M" "$url/$M-$blobhash/" "$REFNAME" "$commithash" 1 > ~/.xonotic/data/"$M.ircss" fi mv ~/.xonotic/data/"$M.ircss" "$M-$blobhash"/ mv ~/.xonotic/data/autoscreenshot.log "$M-$blobhash"/