Skip to content

Commit

Permalink
fix: markdown renderer use invalid disableApply flag with disableMark…
Browse files Browse the repository at this point in the history
…downFolding (#3016)
  • Loading branch information
krrrr38 committed Jan 19, 2023
1 parent 7911171 commit f8eba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
markdownRenderer := events.NewMarkdownRenderer(
gitlabClient.SupportsCommonMark(),
userConfig.DisableApplyAll,
userConfig.DisableMarkdownFolding,
disableApply,
userConfig.DisableMarkdownFolding,
userConfig.DisableRepoLocking,
userConfig.EnableDiffMarkdownFormat,
userConfig.MarkdownTemplateOverridesDir,
Expand Down

0 comments on commit f8eba4b

Please sign in to comment.