mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-12 00:55:42 +02:00
Add feature flag for self-destructing messages.
This commit is contained in:
+5
@@ -33,6 +33,11 @@ public class BrambleCoreIntegrationTestModule {
|
||||
public boolean shouldEnableProfilePictures() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldEnableDisappearingMessages() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user