Skip to content
Snippets Groups Projects
Commit 2789ac7a authored by Bob Mottram's avatar Bob Mottram
Browse files

At most announce one new mesh user

This prevents potential notification flooding if you join a large mesh
parent 0dffbbb9
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment