Skip to content

Commit

Permalink
Bugfix: revert default value for DM's in app
Browse files Browse the repository at this point in the history
  • Loading branch information
volker-fr committed Jan 23, 2025
1 parent 53b7661 commit adb0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackviewer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def configure_app(app, config):
Only show messages since this date.
Environment var: SEV_SINCE (default: None)
""")
@click.option('--show-dms/--no-show-dms', default=False, envvar='SEV_SHOW_DMS', help="""\b
@click.option('--show-dms/--no-show-dms', default=True, envvar='SEV_SHOW_DMS', help="""\b
Show/Hide direct messages
Environment var: SEV_SHOW_DMS (default: false)
""")
Expand Down

0 comments on commit adb0001

Please sign in to comment.