Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Mar 17, 2023
1 parent ff21836 commit e9074de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/chunk/processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ type Option func(*options)

// DumpFiles disables the file processing (enabled by default). It may be
// useful on enterprise workspaces where the file download may be monitored.
// See:
// https://github.com/rusq/slackdump/discussions/191#discussioncomment-4953235
// See [#191]
//
// [#191]: https://github.com/rusq/slackdump/discussions/191#discussioncomment-4953235
func DumpFiles(b bool) Option {
return func(o *options) {
o.dumpFiles = b
Expand Down

0 comments on commit e9074de

Please sign in to comment.