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`<em>(only visible to you)</em> ${content}`;
+			}
+
 			if (msg.isHighlight) {
 				lineClass += " highlight";
 			}