Listen for group updates, fix group updates, and Recipient marshing

This commit is contained in:
Moxie Marlinspike
2014-02-24 00:19:54 -08:00
parent 86b3de2a93
commit 5000957b99
13 changed files with 119 additions and 116 deletions

View File

@@ -50,7 +50,7 @@ public class GroupUtil {
}
if (title != null && !title.trim().isEmpty()) {
description += " Updated title to '" + title + "'.";
description += " Title is now '" + title + "'.";
}
return description;