Backtrack a bit for recording channel speaks to the history. Instead of weighing down UserMessage with extra stuff (there is a lot of infrastructure that seems intent on avoiding this), record the value only in the server's history by wrapping messages in a new value class.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5991 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -609,7 +609,7 @@ public class ChatDirector extends BasicDirector
|
||||
getChannelLocalType(event.getArgs()[0] as ChatChannel));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// documentation inherited
|
||||
override public function clientDidLogon (event :ClientEvent) :void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user