fix: Fix agent name in Twitter channel private note acting as a link (#4326)

This commit is contained in:
Sivin Varghese 2022-03-31 20:22:52 +05:30 committed by GitHub
parent eff3a50316
commit 3cd1616df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 7 deletions

View file

@ -207,7 +207,11 @@ export default {
}
}
return (
this.formatMessage(this.data.content, this.isATweet) + botMessageContent
this.formatMessage(
this.data.content,
this.isATweet,
this.data.private
) + botMessageContent
);
},
contentAttributes() {