Skip to content

Commit

Permalink
Merge pull request #1840 from hackmdio/bugfix/dev-655-replace-matterm…
Browse files Browse the repository at this point in the history
…ost-redux-deps-with-client

chore: replace mattermost-redux with mattermost/client
  • Loading branch information
Yukaii authored Jan 3, 2024
2 parents 3b8b9e7 + 31fd655 commit 5508a93
Show file tree
Hide file tree
Showing 3 changed files with 16,321 additions and 30,833 deletions.
2 changes: 1 addition & 1 deletion lib/auth/mattermost/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require('babel-polyfill')
require('isomorphic-fetch')
const Router = require('express').Router
const passport = require('passport')
const MattermostClient = require('mattermost-redux/client/client4').default
const { Client4: MattermostClient } = require('@mattermost/client')
const OAuthStrategy = require('passport-oauth2').Strategy
const config = require('../../config')
const { setReturnToFromReferer, passportGeneralCallback } = require('../utils')
Expand Down
Loading

0 comments on commit 5508a93

Please sign in to comment.