-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes /welcomebot preview teamname command not working. #74
Conversation
Hello @maisnamrajusingh, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The behavior change is fine, but it needs to be carried through whole code and the docs.
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@hanzei I over thought what the problem was. The issue actually was that the user had |
@hanzei can you take a look at this and see if it needs anything else from my side ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
@@ -57,7 +57,7 @@ func (p *Plugin) getSiteURL() string { | |||
return *config.ServiceSettings.SiteURL | |||
} | |||
|
|||
func (p *Plugin) newSampleMessageTemplate(teamName, userID string) (*MessageTemplate, error) { | |||
func (p *Plugin) newSampleMessageTemplate(teamName string, userID string) (*MessageTemplate, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit pick: Unrelated change
@jfrerich Please take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Deferring QA to release testing |
Summary
/welcomebot preview teamname
command not working.Ticket Link
Fixes #71