mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Applied updates from WinSrev (thanks!) for:
[JM-991] Group chat highlighting for your name mentioned, and your own messages. [JM-997] Fixed error when no username is specified during gateway registration. [JM-993] Mild color adjustments to default theme. [JM-278] Fixes for URL parsing, including better treatment of network addresses. git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@10337 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
dhenninger
parent
86bb19e941
commit
947901be94
@ -344,6 +344,9 @@ public abstract class ChatRoom extends BackgroundPanel implements ActionListener
|
||||
newMessage.setTo(message.getTo());
|
||||
newMessage.setFrom(message.getFrom());
|
||||
newMessage.setBody(message.getBody());
|
||||
|
||||
|
||||
|
||||
newMessage.setProperty("date", new Date());
|
||||
|
||||
transcript.add(newMessage);
|
||||
|
||||
Reference in New Issue
Block a user