TheInvincible
TheInvincible
I am interested in this task, can I get a link the refers me to the exact code?
I don't understand this issue, could you help with a little context?
> Thanks for the PR! > > There are still a couple of linter issues. Can you please take a look? > > ``` > Error: channels/web/web_test.go:84:17: Error return value...
I have made the corrections, @pvev and @hanzei. Hopefully the tests should pass now. Thank you!
/update-branch
Is there something I am yet to do, @hanzei?
I don't think the error is from this file. The MySQL error is referencing a nil pointer error in `handlers_test.go`.
Could not really find anything. Master ``` # github.com/mattermost/mattermost/server/v8/channels/store ..\store\store.go:328:57: undefined: model.ThreadMembershipForExport ..\store\store.go:513:39: undefined: model.MobileSessionMetadata # github.com/mattermost/mattermost/server/v8/config ..\..\config\client.go:28:76: c.ServiceSettings.EnableDesktopLandingPage undefined (type model.ServiceSettings has no field or method EnableDesktopLandingPage) ..\..\config\client.go:146:78: c.ExperimentalSettings.YoutubeReferrerPolicy...
> That seems like a compile error. What command did you use to run the tests? I used `go test -v`