diff --git a/components/buffer.js b/components/buffer.js index 9adc98f..58cb464 100644 --- a/components/buffer.js +++ b/components/buffer.js @@ -146,6 +146,10 @@ class LogLine extends Component { } } + if (msg.tags["+draft/channel-context"]) { + content = html`(only visible to you) ${content}`; + } + if (msg.isHighlight) { lineClass += " highlight"; }