Replies: 1 comment 2 replies
-
Hi @theFasta , I believe that this inquiry was resolved in our discussion via the Stream ticketing system. Can you please confirm that the proposed solution is working? Best regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been trying to use the callback on the messageListView "setMessageUserBlockHandler" but without any success, since it does not get invoked at all.
What am i missing? I really need to intercept the "Block user" operation, since i need to block the user on the App's server also.
Please help.
messageListView.setMessageUserBlockHandler { message: Message ->
}
CustomChatMessageListActivity.kt.pdf
Latest version used by my project ---> implementation 'io.getstream:stream-chat-android-ui-components:6.8.0'
The file for my MessageListActivity is attached.
Please help me out, my urgent need is customization of :
Beta Was this translation helpful? Give feedback.
All reactions