diff --git a/toot/cli/post.py b/toot/cli/post.py index 138faf4..fa5b578 100644 --- a/toot/cli/post.py +++ b/toot/cli/post.py @@ -130,9 +130,6 @@ def post( json: bool ): """Post a new status""" - if editor and not sys.stdin.isatty(): - raise click.ClickException("Cannot run editor if not in tty.") - if len(media) > 4: raise click.ClickException("Cannot attach more than 4 files.")