Delete the chat only for logged in user

I am not sure if you can help me. I am creating an app with the chat and I would like to set a function so that it would be possible for logged in user to delete the chat but that the other user still is able to see that chat. Is it possible to do so? And if yes then could you advise me how?

Hi @betijakaire ,

Have another boolean field that can be set using icon with visibility of logged in user.

This field, if set to true will make visibility false for the text component that logged in user have created.

1 Like