Преглед на файлове

At most announce one new mesh user

This prevents potential notification flooding if you join a large mesh
Bob Mottram преди 8 години
родител
ревизия
2789ac7ac7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      src/zeronetavahi

+ 1
- 0
src/zeronetavahi Целия файл

@@ -133,6 +133,7 @@ function detect_new_tox_users {
133 133
                     toxuser="$(echo "$line" | awk -F ' ' '{print $1}')"
134 134
 
135 135
                     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
136
+                    break
136 137
                 fi
137 138
             fi
138 139
         done < "$CURRENT_USERS_FILE"