That injected service needs to be transient.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5381 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -278,7 +278,7 @@ public abstract class ChatChannelManager
|
|||||||
return ((CrowdNodeObject)nodeobj).hostedChannels.contains(_channel);
|
return ((CrowdNodeObject)nodeobj).hostedChannels.contains(_channel);
|
||||||
}
|
}
|
||||||
protected ChatChannel _channel;
|
protected ChatChannel _channel;
|
||||||
@Inject protected ChatChannelManager _channelMan;
|
@Inject protected transient ChatChannelManager _channelMan;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Informs the server hosting a channel that a body has been added to or removed from the
|
/** Informs the server hosting a channel that a body has been added to or removed from the
|
||||||
|
|||||||
Reference in New Issue
Block a user