mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 02:18:34 +00:00
Remove GV2 flag requirement for WakeGroupV2Job.
This commit is contained in:
parent
9c44a0c7d3
commit
841c9424e9
@ -73,11 +73,6 @@ public final class WakeGroupV2Job extends BaseJob {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onRun() throws IOException, GroupNotAMemberException, GroupChangeBusyException {
|
public void onRun() throws IOException, GroupNotAMemberException, GroupChangeBusyException {
|
||||||
if (!FeatureFlags.groupsV2()) {
|
|
||||||
Log.w(TAG, "Group wake skipped due to feature flag");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Log.i(TAG, "Waking group");
|
Log.i(TAG, "Waking group");
|
||||||
|
|
||||||
GroupDatabase groupDatabase = DatabaseFactory.getGroupDatabase(context);
|
GroupDatabase groupDatabase = DatabaseFactory.getGroupDatabase(context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user