mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 20:07:32 +00:00
Ensure we properly detect update messages for migrations.
This commit is contained in:
@@ -163,6 +163,10 @@ public class SignalServiceDataMessage {
|
||||
!hasRenderableContent();
|
||||
}
|
||||
|
||||
public boolean isEmptyGroupV2Message() {
|
||||
return isGroupV2Message() && !isGroupV2Update() && !hasRenderableContent();
|
||||
}
|
||||
|
||||
/** Contains some user data that affects the conversation */
|
||||
public boolean hasRenderableContent() {
|
||||
return attachments.isPresent() ||
|
||||
|
Reference in New Issue
Block a user