Finished up work on advanced formatted private messaging.
This commit is contained in:
parent
faf72fd7a5
commit
2feea72694
11 changed files with 164 additions and 94 deletions
|
|
@ -229,7 +229,7 @@ class pmPanel extends panelObj{
|
|||
*/
|
||||
renderMessage(message){
|
||||
//Run postprocessing functions on chat message
|
||||
const postprocessedMessage = client.chatBox.chatPostprocessor.postprocess(message);
|
||||
const postprocessedMessage = client.chatBox.chatPostprocessor.postprocess(message, true);
|
||||
|
||||
//Append message to buffer
|
||||
this.seshBuffer.appendChild(postprocessedMessage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue