From 7850e10b834674b840aa1b6687d293eedd654aa5 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 3 May 2022 08:58:59 +0200 Subject: [PATCH] doc(docs): add removed deprecated methods --- .../Flutter/guides/migration_guide_4_0.mdx | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docusaurus/docs/Flutter/guides/migration_guide_4_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_4_0.mdx index 3a6235d8..28a43ca1 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_4_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_4_0.mdx @@ -44,6 +44,32 @@ See the sections below on “deprecated classes” for a complete list of change This section highlights functionality removed. +## Removed methods and classes + +In version 4 we removed the following deprecated methods and classes: + +* `Channel.banUser` + +* `Channel.unbanUser` + +* `ClientState.user` + +* `ClientState.userStream` + +* `MessageWidget.allRead` + +* `MessageWidget.readList` + +* `StreamChat.user` + +* `StreamChat.userStream` + +* `StreamChatCore.user` + +* `StreamChatCore.userStream` + +These were marked as deprecated in v3. + ### Video Compression The automatic video compression when uploading a video has been removed. You can integrate this yourself by manipulating attachments using a [custom attachment uploader](https://getstream.io/chat/docs/flutter-dart/file_uploads/?language=dart).