mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
added up-to-date info about sync period in group data details (channels, boards, forums) and warning when the sync period is too small w.r.t. the date of last post
This commit is contained in:
parent
709b323b03
commit
c30107c248
20 changed files with 331 additions and 183 deletions
|
@ -388,7 +388,7 @@ void GxsGroupFrameDialog::removeAllSearches()
|
|||
|
||||
// Same function than the one in rsgxsnetservice.cc, so that all times are automatically consistent
|
||||
|
||||
static uint32_t checkDelay(uint32_t time_in_secs)
|
||||
uint32_t GxsGroupFrameDialog::checkDelay(uint32_t time_in_secs)
|
||||
{
|
||||
if(time_in_secs < 1 * 86400)
|
||||
return 0 ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue