Skip to content

Commit

Permalink
Remove accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
faderskd committed Oct 18, 2024
1 parent b983fca commit 03b13cf
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,9 @@ public static final class TopicView {
private Set<String> allowedTopicLabels = Collections.emptySet();
private List<RetentionUnit> retentionUnits =
Lists.newArrayList(new RetentionUnit("DAYS", "DAYS"));
private boolean offlineRetransmissionEnabled = true;
private boolean offlineRetransmissionEnabled = false;
private String offlineRetransmissionDescription = "Offline retransmission";
private String offlineRetransmissionFromViewDocsUrl =
"https://appengine.allegrogroup.com/en/latest/communication_messaging/hermes/offline_retransmission/";
private String offlineRetransmissionFromViewDocsUrl = "https://hermes-pubsub.rtfd.org";

public boolean isMessagePreviewEnabled() {
return messagePreviewEnabled;
Expand Down

0 comments on commit 03b13cf

Please sign in to comment.