At most announce one new mesh user

This prevents potential notification flooding if you join a large mesh
This commit is contained in:
Bob Mottram 2016-08-04 09:08:15 +01:00
parent 0dffbbb920
commit 2789ac7ac7
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ function detect_new_tox_users {
toxuser="$(echo "$line" | awk -F ' ' '{print $1}')"
export DISPLAY=:0.0 && export XAUTHORITY=/home/$MESH_USERNAME/.Xauthority && sudo -u MESH_USERNAME /usr/bin/notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
break
fi
fi
done < "$CURRENT_USERS_FILE"