federation option isn't used anymore (for now)

This commit is contained in:
Daniel Berteaud 2017-09-24 11:40:12 +02:00
parent db6eef6836
commit 34db17e370
1 changed files with 0 additions and 1 deletions

View File

@ -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?://|);
}