fix: default parse mode to text
This commit is contained in:
parent
60ceaffd82
commit
377b1723c3
2 changed files with 3 additions and 4 deletions
|
@ -75,7 +75,6 @@ func (p *TwitterExpander) OnMessage(msg *model.Message, config map[string]interf
|
|||
Chat: msg.Chat,
|
||||
ReplyTo: msg.ID,
|
||||
Channel: msg.Channel,
|
||||
Raw: map[string]interface{}{"parse_mode": ""},
|
||||
}
|
||||
|
||||
action := &model.MessageAction{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue