don't trim bodies
This commit is contained in:
parent
b481c3d6bb
commit
0452fb2c5f
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ public class Message extends AbstractEntity {
|
|||
if (this.mergeable(next)) {
|
||||
return getBody() + '\n' + next.getMergedBody();
|
||||
}
|
||||
return body.trim();
|
||||
return getBody();
|
||||
}
|
||||
|
||||
public boolean hasMeCommand() {
|
||||
|
|
Loading…
Add table
Reference in a new issue