mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 14:48:07 +01:00
Always store and fetch shared MRM data
This commit is contained in:
@@ -5,10 +5,9 @@
|
||||
|
||||
package org.whispersystems.textsecuregcm.configuration.dynamic;
|
||||
|
||||
public record DynamicMessagesConfiguration(boolean storeSharedMrmData, boolean fetchSharedMrmData,
|
||||
boolean useSharedMrmData) {
|
||||
public record DynamicMessagesConfiguration(boolean useSharedMrmData) {
|
||||
|
||||
public DynamicMessagesConfiguration() {
|
||||
this(false, false, false);
|
||||
this(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user