Fix LongMessageInternal missing parameter (due to merge)

This commit is contained in:
Him188 2021-04-20 16:35:15 +08:00
parent 35b80dc700
commit 79112bc98d

View File

@ -174,5 +174,5 @@ internal fun RichMessage.Key.forwardMessage(
<source name="${source.take(50)}" icon="" action="" appid="-1"/>
</msg>
""".trimIndent().replace("\n", " ").trim()
return ForwardMessageInternal(template, resId)
return ForwardMessageInternal(template, resId, null)
}