Daniel Suh
Daniel Suh
#### Summary Before, if the users name was too long in the Add to channel modal for users, if the users name is too long, the buttons would stack vertically....
Fixes Issue #1828 I didn't format the option like the issue said (`link.icon`) because I was a bit confused by `compositeReservedKeyword` and some of the other things in `compile.go`. If...
Connections now support `link: ` (fixes issue #1827) Some notes: - Every single test file changed because all of the class names changed when adding `link: ""`. - Links don't...
Got this from looking at issue #1461. Just some brainstorming, what would the syntax look like? Putting `animated: true` makes the line dashed automatically, so how would we differentiate whether...
#### Summary Accounts that are deactivated can no longer be invited. An email is also no longer sent to the deactivated account. #### Ticket Link Fixes https://github.com/mattermost/mattermost/issues/27095 Jira https://mattermost.atlassian.net/browse/MM-57390 ####...