From a7f1adc49adc9d2f1ed625d410e0ea8b0fe69c91 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 21 Jun 2018 18:55:29 +0200 Subject: [PATCH] added comment --- retroshare-gui/src/gui/gxs/RsGxsUpdateBroadcastBase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/retroshare-gui/src/gui/gxs/RsGxsUpdateBroadcastBase.cpp b/retroshare-gui/src/gui/gxs/RsGxsUpdateBroadcastBase.cpp index 8d4bc0fc3..ffbd6147e 100644 --- a/retroshare-gui/src/gui/gxs/RsGxsUpdateBroadcastBase.cpp +++ b/retroshare-gui/src/gui/gxs/RsGxsUpdateBroadcastBase.cpp @@ -73,6 +73,7 @@ void RsGxsUpdateBroadcastBase::updateBroadcastChanged() // first place so there's no need to re-update the UI once this is done. // // The question to whether we should re=load when mGrpIds is not empty is still open. It's not harmful anyway. + // This should probably be decided by the service itself. if (!mGrpIds.empty() || !mGrpIdsMeta.empty() /*|| !mMsgIds.empty()*/ || !mMsgIdsMeta.empty()) mFillComplete = true ;