Allow mentioning user in the channel welcome messages #55
Labels
Difficulty/2:Medium
Medium ticket
Tech/Go
Type/Enhancement
New feature or improvement of existing feature
Up For Grabs
Ready for help from the community. Removed when someone volunteers
When configuring Team welcome messages, the config allows referencing fields from the
MessageTemplate
struct. However, setting a welcome message through/welcomebot set_channel_welcome
only allows text. This ticket is asking to allow accessing the members of the MessageTemplate struct while creating a channel welcomebot message.The implementation is up for discussion, but one idea is to somehow incorporate inline templating similar to the usage found in the config.
Example: "### Welcome {{.UserDisplayName}} to the Staff {{.Team.DisplayName}} team!",
The text was updated successfully, but these errors were encountered: