mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 09:48:36 +00:00
Listen for group updates, fix group updates, and Recipient marshing
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user