@@ -1103,7 +1103,7 @@ basename() {
# Usage: basename "path" ["suffix"]
local tmp
tmp=${1%${1##*[!/]}}
tmp=${1%"${1##*[!/]}"}
tmp=${tmp##*/}
tmp=${tmp%"${2/"$tmp"}"}
The note is not visible to the blocked user.