Use proper autolinker params in ChatTitle
This commit is contained in:
parent
24aa119377
commit
4b70b9968b
2 changed files with 10 additions and 10 deletions
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@ export default class ChatTitle extends Component {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { title, tab, channel, toggleSearch } = this.props;
|
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;
|
let leaveTitle;
|
||||||
if (tab.channel) {
|
if (tab.channel) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue