Linkify channel names
This commit is contained in:
@@ -114,7 +114,7 @@ export default function BufferHeader(props) {
|
||||
break;
|
||||
case BufferType.CHANNEL:
|
||||
if (props.buffer.topic) {
|
||||
description = linkify(stripANSI(props.buffer.topic));
|
||||
description = linkify(stripANSI(props.buffer.topic), props.onChannelClick);
|
||||
}
|
||||
actions = html`
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user