do not merge oob messages
This commit is contained in:
parent
d353372768
commit
08bc3ca0d5
|
@ -613,6 +613,8 @@ public class Message extends AbstractEntity implements AvatarService.Avatarable
|
|||
this.getBody().length() + message.getBody().length() <= Config.MAX_DISPLAY_MESSAGE_CHARS &&
|
||||
!message.isGeoUri() &&
|
||||
!this.isGeoUri() &&
|
||||
!message.isOOb() &&
|
||||
!this.isOOb() &&
|
||||
!message.treatAsDownloadable() &&
|
||||
!this.treatAsDownloadable() &&
|
||||
!message.getBody().startsWith(ME_COMMAND) &&
|
||||
|
|
Loading…
Reference in New Issue