Skip to content

Commit

Permalink
chore: replace mattermost-redux with mattermost/client
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
  • Loading branch information
Yukaii committed Jan 2, 2024
1 parent a3ccd1a commit bdb9838
Show file tree
Hide file tree
Showing 3 changed files with 16,264 additions and 30,508 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 } from '@mattermost/client';
const OAuthStrategy = require('passport-oauth2').Strategy
const config = require('../../config')
const { setReturnToFromReferer, passportGeneralCallback } = require('../utils')
Expand Down
Loading

0 comments on commit bdb9838

Please sign in to comment.