mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Show notifications for group creates.
This commit is contained in:
@@ -408,7 +408,7 @@ public final class GroupsV2StateProcessor {
|
||||
Log.d(TAG, "Skipping profile key changes only update message");
|
||||
} else {
|
||||
boolean insert = true;
|
||||
if (entry.getChange() != null && DecryptedGroupUtil.changeIsEmpty(entry.getChange())) {
|
||||
if (entry.getChange() != null && DecryptedGroupUtil.changeIsEmpty(entry.getChange()) && previousGroupState != null) {
|
||||
if (FeatureFlags.internalUser()) {
|
||||
Log.w(TAG, "Empty group update message seen. Inserting anyway.");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user