From 22394cfaf07d32e803bbd8c1688f514c71cd0bba Mon Sep 17 00:00:00 2001 From: steckbrief Date: Mon, 18 Apr 2016 09:11:58 +0200 Subject: Related to FS#199: Removed unnecessary differentiation between a conversation with the own account --- .../thedevstack/conversationsplus/entities/Conversation.java | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/main/java/de/thedevstack/conversationsplus/entities') diff --git a/src/main/java/de/thedevstack/conversationsplus/entities/Conversation.java b/src/main/java/de/thedevstack/conversationsplus/entities/Conversation.java index b2bf1b09..9e9366d7 100644 --- a/src/main/java/de/thedevstack/conversationsplus/entities/Conversation.java +++ b/src/main/java/de/thedevstack/conversationsplus/entities/Conversation.java @@ -317,18 +317,6 @@ public class Conversation extends AbstractEntity implements Blockable { setAttribute(ATTRIBUTE_CRYPTO_TARGETS, acceptedTargets); } - public void setCorrectingMessage(Message correctingMessage) { - this.correctingMessage = correctingMessage; - } - - public Message getCorrectingMessage() { - return this.correctingMessage; - } - - public boolean withSelf() { - return getContact().isSelf(); - } - public interface OnMessageFound { void onMessageFound(final Message message); } -- cgit v1.2.3