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:
Jamie Doornbos
2009-11-10 00:05:56 +00:00
parent 09c7229fa6
commit 5e6cf46926
4 changed files with 56 additions and 39 deletions
@@ -609,7 +609,7 @@ public class ChatDirector extends BasicDirector
getChannelLocalType(event.getArgs()[0] as ChatChannel));
}
}
// documentation inherited
override public function clientDidLogon (event :ClientEvent) :void
{