mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 13:52:43 -04:00
added display of warning for non forwarded posts
This commit is contained in:
parent
811d084dfa
commit
742a7648a4
12 changed files with 160 additions and 54 deletions
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
|
||||
#include "retroshare/rsgxsiface.h"
|
||||
#include "retroshare/rsreputations.h"
|
||||
#include "rsgxsflags.h"
|
||||
|
||||
/*!
|
||||
|
@ -236,6 +237,10 @@ public:
|
|||
mGxs->setSyncPeriod(grpId,age_in_secs);
|
||||
}
|
||||
|
||||
RsReputations::ReputationLevel minReputationForForwardingMessages(uint32_t group_sign_flags,uint32_t identity_flags)
|
||||
{
|
||||
return mGxs->minReputationForForwardingMessages(group_sign_flags,identity_flags);
|
||||
}
|
||||
private:
|
||||
|
||||
RsGxsIface* mGxs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue