Skip to content

Commit

Permalink
disable file auto download when creating channel message
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroPooh committed May 27, 2020
1 parent 3aa197c commit a9412e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp
Expand Up @@ -636,12 +636,12 @@ void CreateGxsChannelMsg::sendMsg()

/* commence downloads - if we don't have the file */

if (!(*fit)->done())
/* if (!(*fit)->done())
{
if ((*fit)->ready())
{
(*fit)->download();
}
} */
// Skips unhashed files.
}
}
Expand Down

0 comments on commit a9412e6

Please sign in to comment.