Use proper autolinker params in ChatTitle
This commit is contained in:
parent
24aa119377
commit
4b70b9968b
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@ export default class ChatTitle extends Component {
|
|||
|
||||
render() {
|
||||
const { title, tab, channel, toggleSearch } = this.props;
|
||||
const topic = Autolinker.link(channel.get('topic') || '', { keepOriginalText: true });
|
||||
const topic = Autolinker.link(channel.get('topic') || '', { stripPrefix: false });
|
||||
|
||||
let leaveTitle;
|
||||
if (tab.channel) {
|
||||
|
|
Loading…
Reference in New Issue