mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Fix build break
This commit is contained in:
@@ -70,6 +70,7 @@ namespace OpenSim.Services.HypergridService
|
||||
|
||||
private static bool m_ForwardOfflineGroupMessages;
|
||||
private static bool m_InGatekeeper;
|
||||
private string m_messageKey;
|
||||
|
||||
public HGInstantMessageService(IConfigSource config)
|
||||
: this(config, null)
|
||||
@@ -322,7 +323,7 @@ namespace OpenSim.Services.HypergridService
|
||||
|
||||
bool ForwardIMToGrid(string url, GridInstantMessage im, UUID toAgentID, bool foreigner)
|
||||
{
|
||||
if (InstantMessageServiceConnector.SendInstantMessage(url, im))
|
||||
if (InstantMessageServiceConnector.SendInstantMessage(url, im, m_messageKey))
|
||||
{
|
||||
// IM delivery successful, so store the Agent's location in our local cache.
|
||||
lock (m_UserLocationMap)
|
||||
|
||||
Reference in New Issue
Block a user