X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fmessage.h;h=303322986f9703de9f58673666dbde13cab7e6eb;hb=3dc3ac3cfe10b7196a7977e9c041c29fa141c35e;hp=c99b96db752754a02975f3dc7ec396bdafbeef79;hpb=ee580d19b7920904587e18d72a3465d52eab6204;p=fms.git diff --git a/include/message.h b/include/message.h index c99b96d..3033229 100644 --- a/include/message.h +++ b/include/message.h @@ -54,6 +54,7 @@ private: // checks vector of boards for any special administration boards - if it finds one true is returned, otherwise false const bool CheckForAdministrationBoard(const std::vector &boards); void HandleChangeTrust(); + void StripAdministrationBoards(); // removes administration boards from boards vector long m_messageid; bool m_addnewpostfromidentities; @@ -66,6 +67,8 @@ private: std::vector m_boards; std::map m_inreplyto; long m_changemessagetrustonreply; + long m_minlocalmessagetrust; + long m_minlocaltrustlisttrust; };