Address bugs and comments from reblogging code review

This commit is contained in:
Torsten Grote
2016-08-30 12:48:57 -03:00
parent 3dd3a18694
commit 65bdd5558e
7 changed files with 117 additions and 101 deletions

View File

@@ -35,6 +35,10 @@ public interface BlogConstants {
String KEY_COMMENT = "comment";
String KEY_ORIGINAL_MSG_ID = "originalMessageId";
String KEY_ORIGINAL_PARENT_MSG_ID = "originalParentMessageId";
String KEY_WRAPPED_MSG_ID = "wrappedMessageId";
/**
* This is the ID of either a message wrapped from a different group
* or of a message from the same group that therefore needed no wrapping.
*/
String KEY_PARENT_MSG_ID = "parentMessageId";
}