How to hide or change the message in chat screen - “is now an operator”

[Problem/Question]

How to hide or change the message in the chat screen - “is now an operator”

“is now an operator” i want to remove or change this text


// If problem, please fill out the below. If question, please delete.
[UIKit Version]
// What version of the SDK are you using?

[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.

[Frequency]
// How frequently is this issue occurring?

[Current impact]
// How is this currently impacting your implementation?

Hello @Samkit_Shah

Welcome to the Sendbird community!

That message is auto sent message from dashboard. so if you want to hide that message, you need to update option on dashboard.

It is difficult to modify the text of the Admin message simply because it shows the message received from the server without being managed by the UIKit.

To modify in UIKit, you must customize the text setting part of SBUAdminMessageCell.

Let me know if this helps.

1 Like