hackmdio / codimd

CodiMD - Realtime collaborative markdown notes on all platforms.
https://hackmd.io/c/codimd-documentation
GNU Affero General Public License v3.0
9.1k stars 1.05k forks source link

chore: replace mattermost-redux with mattermost/client #1840

Closed Yukaii closed 6 months ago

Yukaii commented 6 months ago

fixes #1839


In the past few PRs (#1799, #1194) , we gradually bumped the Mattermost client version. However, in a certain past version of mattermost-redux, it was bundled with a lot of unnecessary dependencies, including react-native (yeah 😓).

The new Mattermost/client library now has only one dependency, form-data.