Member's Updated Data Not Reflected in Channels #121
Unanswered
vishalprakasinfotech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering an issue where a member's updated profile data is not being retrieved on channels.
Steps to Reproduce:
Expected Behavior:
User A should see the updated profile data (new profile picture and name) of User B when fetching the channel.
Actual Behavior:
User A continues to see the old profile data for User B, despite the updates.
Environment:
Sendbird SDK Version: [ sendbird_chat_sdk: ^4.2.22 ]
flutter doctor -v
[!] Flutter (Channel [user-branch], 3.22.3, on macOS 13.6.9 22G830 darwin-x64, locale en-IN)
! Flutter version 3.22.3 on channel [user-branch] at /Users/macos/Downloads/flutter
Currently on an unknown channel. Run
flutter channel
to switch to an official channel.If that doesn't fix the issue, reinstall Flutter by following instructions at https://flutter.dev/docs/get-started/install.
! Warning:
dart
on your path resolves to /usr/local/Cellar/dart-sdk/3.4.2/libexec/bin/dart, which is not inside your current Flutter SDK checkout at /Users/macos/Downloads/flutter.Consider adding /Users/macos/Downloads/flutter/bin to the front of your path.
! Upstream repository unknown source is not a standard remote.
Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
• Framework revision b0850beeb2 (6 weeks ago), 2024-07-16 21:43:41 -0700
• Engine revision 235db911ba
• Dart version 3.4.4
• DevTools version 2.34.3
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/macos/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• ANDROID_HOME = /Users/macos/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11609105)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15C500b
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11609105)
[✓] VS Code (version 1.90.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] VS Code (version 1.74.3)
• VS Code at /Users/macos/Downloads/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
⣻
Beta Was this translation helpful? Give feedback.
All reactions