Fix system actions not rendering markdown
This commit is contained in:
parent
a99f4e270b
commit
e015ea60c5
@ -75,6 +75,8 @@ func sendSystemChatAction(messageText string, ephemeral bool) {
|
||||
message.Ephemeral = ephemeral
|
||||
message.SetDefaults()
|
||||
|
||||
message.RenderBody()
|
||||
|
||||
if err := core.SendMessageToChat(message); err != nil {
|
||||
log.Errorln(err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user