fix dupe param
This commit is contained in:
parent
aa09425424
commit
e003e13c36
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class MastodonEmailBridge:
|
|||
)
|
||||
@click.option(
|
||||
'--subjet-template',
|
||||
'-t',
|
||||
'-U',
|
||||
default='{{ data["account"]["display_name"] }} ({{ data["account"]["username"] }}) {% if data["in_reply_to_id"] %}replied {% else %}posted{% endif %}{% for tag in data["tags"] %} #{{ tag["name"] }}{% endfor %}',
|
||||
help='Jinja2 template for the subject of the emails.'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue