mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-02-04 07:55:30 +00:00
SPARK-2355: ChatViewer: migrate removeExtension()
This commit is contained in:
committed by
Guus der Kinderen
parent
3876e79b72
commit
01450c042a
@ -79,7 +79,7 @@ public class ChatViewer extends JPanel {
|
||||
if (delayInformation != null) {
|
||||
stamp = delayInformation.getStamp();
|
||||
}
|
||||
message.removeExtension(delayInformation);
|
||||
message.removeExtension(delayInformation.getElementName(), delayInformation.getNamespace());
|
||||
chatWindow.insertMessage(from, message, ChatManager.TO_COLOR);
|
||||
final Map<String, Object> properties = new HashMap<>();
|
||||
properties.put("date", stamp);
|
||||
|
||||
Reference in New Issue
Block a user