mattermost-community/mattermost-plugin-autolink

Trim ` from both side of the pattern on set action

iVegas opened this issue · 0 comments

iVegas commented

Steps to reproduce:

  • create the autolink
  • set a template
  • set a pattern
    `<some pattern>`
    
  • enable the autolink

Expectation:

  • test string processed in channels and on /test action
    Current result:
  • test string passing on test action, but not in channels

Proposed solution:

  • add trim processing of ` value on /set action