fix: Fix agent name in Twitter channel private note acting as a link (#4326)
This commit is contained in:
parent
eff3a50316
commit
3cd1616df6
4 changed files with 42 additions and 7 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue