consider <p></p> as an empty message (#1264)
This commit is contained in:
parent
0b333dd6b6
commit
f07c9e2e00
@ -73,7 +73,7 @@ func (m *MessageEvent) RenderAndSanitizeMessageBody() {
|
|||||||
|
|
||||||
// Empty will return if this message's contents is empty.
|
// Empty will return if this message's contents is empty.
|
||||||
func (m *MessageEvent) Empty() bool {
|
func (m *MessageEvent) Empty() bool {
|
||||||
return m.Body == ""
|
return m.Body == "" || m.Body == "<p></p>"
|
||||||
}
|
}
|
||||||
|
|
||||||
// RenderBody will render markdown to html without any sanitization.
|
// RenderBody will render markdown to html without any sanitization.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user