* 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