Use proper autolinker params in ChatTitle

This commit is contained in:
Ken-Håvard Lieng 2016-01-05 19:40:39 +01:00
parent 24aa119377
commit 4b70b9968b
2 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -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) {