Matthew Straughn

Results 26 comments of Matthew Straughn

@agnivade could this be solved with a similar solution we implemented [here](https://github.com/mattermost/mattermost/issues/19654)?

@hanzei So... to move this forward all we have to do is reproduce `KevinSJ`'s PR on the new branch from the current master branch?

@hanzei I re-forked it and used the revive linter. I then created a vscode-workspace in the /server/ directory. If there are more issues beyond a merge conflict or a var-naming,...

@hanzei ``` Matthews-MBP-4:storetest matthewstraughn$ pwd /Users/matthewstraughn/Code/mattermost/server/channels/store/storetest Matthews-MBP-4:storetest matthewstraughn$ go vet ./... # github.com/mattermost/mattermost/server/v8/channels/store ../store.go:1039:48: undefined: model.ChannelBookmarkWithFileInfo ../store.go:1040:23: undefined: model.ChannelBookmark ../store.go:1040:74: undefined: model.ChannelBookmarkWithFileInfo ../store.go:1041:25: undefined: model.ChannelBookmark ../store.go:1042:74: undefined: model.ChannelBookmarkWithFileInfo ../store.go:1044:71: undefined:...

@hanzei `go version: 1.21.5` unable to run `go make modules-tidy` I can run `go mod tidy` but there are some issues: TLDR: There is an issue with finding the enterprise...

I'm not sure how to run that command so I did this: ``` Matthews-MBP-4:storetest matthewstraughn$ pwd /Users/matthewstraughn/Code/mattermost/server/channels/store/storetest Matthews-MBP-4:storetest matthewstraughn$ make modules-tidy make: *** No rule to make target `modules-tidy'. Stop....

@hanzei Need you to run the CI when you have a chance. Thanks. 🙂

@hanzei making some progress slowly 😆 . please start CI when able. Thanks.

@hanzei we have finally made some real progress! Not sure where to go from here. 😞