mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* MM-31061: Remove pointers to slice This PR removes instances of pointers to slices in the codebase. There are some other instances in app/import_functions.go but that's necessary to prevent empty arrays from appearing in the JSON output. ```release-note NONE ``` https://mattermost.atlassian.net/browse/MM-31061 * fix tests