diff options
Diffstat (limited to 'indra/llmessage/llmessageconfig.h')
-rw-r--r-- | indra/llmessage/llmessageconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llmessageconfig.h b/indra/llmessage/llmessageconfig.h index eb3113b121..6814089b05 100644 --- a/indra/llmessage/llmessageconfig.h +++ b/indra/llmessage/llmessageconfig.h @@ -53,6 +53,7 @@ public: static Flavor getMessageFlavor(const std::string& msg_name); static SenderTrust getSenderTrustedness(const std::string& msg_name); static bool isValidMessage(const std::string& msg_name); + static bool onlySendLatest(const std::string& msg_name); static bool isCapBanned(const std::string& cap_name); static LLSD getConfigForMessage(const std::string& msg_name); }; |