mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-05 05:51:54 +00:00
Eliminate concept of group 'owner'.
This commit is contained in:
@@ -110,7 +110,7 @@ public class GroupReceiver {
|
||||
}
|
||||
|
||||
if (group.hasName() || group.hasAvatar()) {
|
||||
database.update(id, message.getSource(), group.getName(), group.getAvatar());
|
||||
database.update(id, group.getName(), group.getAvatar());
|
||||
}
|
||||
|
||||
if (group.hasName() && group.getName() != null && group.getName().equals(groupRecord.getTitle())) {
|
||||
|
||||
Reference in New Issue
Block a user