@@ -1105,7 +1105,7 @@ basename() {
tmp=${1%${1##*[!/]}}
tmp=${tmp##*/}
tmp=${tmp%"${2/$tmp}"}
tmp=${tmp%"${2/"$tmp"}"}
printf '%s\n' "${tmp:-/}"
}
The note is not visible to the blocked user.