federation option isn't used anymore (for now)

tags/patrix-0.1.4-1
Daniel Berteaud 7 years ago
parent db6eef6836
commit 34db17e370
  1. 1
      scripts/patrix

@ -110,7 +110,6 @@ if ($opt->{action} =~ m/^(remove|delete|del)\-room\-alias$/ and !$opt->{alias}){
# Set defaults
sub set_defaults {
$opt->{action} //= 'send-msg';
$opt->{federation} //= 1;
$opt->{server} = 'https://' . $opt->{server} unless ($opt->{server} =~ m|https?://|);
}

Loading…
Cancel
Save