Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Fix private messages color
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Nov 9, 2018
1 parent 0bbe9c2 commit 513026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -39,7 +39,7 @@ const POW_TARGET = 2;
// TODO: Send private message

// Since it is a private message, we need to display it in the UI
ui.addMessage(pubKey, messageContent);
ui.addMessage(pubKey, messageContent, true);
}
} else {
// TODO: Send a public message
Expand Down

0 comments on commit 513026f

Please sign in to comment.