Separate the sync layer from its clients. #112

This commit is contained in:
akwizgran
2015-12-21 14:36:24 +00:00
parent f5f572139a
commit 5355951466
117 changed files with 3160 additions and 3465 deletions

View File

@@ -22,7 +22,7 @@ public class MessageAddedEvent extends Event {
/** Returns the ID of the group to which the message belongs. */
public GroupId getGroupId() {
return message.getGroup().getId();
return message.getGroupId();
}
/**