do not merge bug reports
This commit is contained in:
parent
6390555670
commit
1722f4b81d
1 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,8 @@ public class Message extends AbstractEntity {
|
|||
!message.bodyIsOnlyEmojis() &&
|
||||
((this.axolotlFingerprint == null && message.axolotlFingerprint == null) || this.axolotlFingerprint.equals(message.getFingerprint())) &&
|
||||
UIHelper.sameDay(message.getTimeSent(),this.getTimeSent()) &&
|
||||
this.getReadByMarkers().equals(message.getReadByMarkers())
|
||||
this.getReadByMarkers().equals(message.getReadByMarkers()) &&
|
||||
!this.conversation.getJid().toBareJid().toString().equals(Config.BUG_REPORTS)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue