diff options
Diffstat (limited to 'commands/compose/send.go')
-rw-r--r-- | commands/compose/send.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go index 91fd42bd..315b6915 100644 --- a/commands/compose/send.go +++ b/commands/compose/send.go @@ -41,7 +41,7 @@ func (Send) Aliases() []string { } func (*Send) CompleteArchive(arg string) []string { - return commands.CompletionFromList(msg.ARCHIVE_TYPES, arg) + return commands.FilterList(msg.ARCHIVE_TYPES, arg, nil) } func (*Send) CompleteFolders(arg string) []string { |