diff options
Diffstat (limited to 'matterclient/users.go')
-rw-r--r-- | matterclient/users.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterclient/users.go b/matterclient/users.go index cf13e0df..42c4162c 100644 --- a/matterclient/users.go +++ b/matterclient/users.go @@ -4,7 +4,7 @@ import ( "errors" "time" - "github.com/mattermost/mattermost-server/model" + "github.com/mattermost/mattermost-server/v5/model" ) func (m *MMClient) GetNickName(userId string) string { //nolint:golint |