-
What do you want to achieve?
I am trying to change a message on the server side after it was filtered / sent by the client. -
What is the issue?
I can’t seems to find a way to change the filtered message on the server side. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have found a solution for client side but not server side.
Changing / filtering messages with new TextChatService?
Example.
- Client send a message, (for example: “Foo”)
- Server receive the message, made modification and send the modified message to all the client (for example: “Foo Bar”)
- All client including the sender will get “Foo Bar” as the message and put it in the chat + chat bubble