From 34db17e370cb9a77652c3c8251e61ac08d70fb9a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 24 Sep 2017 11:40:12 +0200 Subject: [PATCH] federation option isn't used anymore (for now) --- scripts/patrix | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/patrix b/scripts/patrix index 323d898..c89d217 100644 --- a/scripts/patrix +++ b/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?://|); }