]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_auth.c
Immediately try connecting to the mesh after a succesful join.
[meshlink] / src / protocol_auth.c
index 4910a930184e60cb4ced3b24cf905093724a2589..908f565650a995a3aeed0ea2b94740c79d29a24f 100644 (file)
@@ -163,6 +163,9 @@ static bool finalize_invitation(meshlink_handle_t *mesh, connection_t *c, const
        //TODO: callback to application to inform of an accepted invitation
 
        sptps_send_record(&c->sptps, 2, data, 0);
+
+       load_all_nodes(mesh);
+
        return true;
 }