Visibility of chat messages after being assigned

Hi all!

I have a chat running with the possibility of adding more users. The problem is that when assigning a new member, he can see all the messages prior to joining.

Does anyone know any rule to hide the messages of a group chat prior to the entry of a user?

you need to add messages filter to created date is after the user has joined, so

filter is:
created date is after > logged in user chatroom message count (new filter : chatroom name is equal to current chatroom name)

1 Like

thanks for the reply!
I have the date and time of message creation applied. But how can I assign a date and time each time a user is added and only apply that user? I can’t find a way to do it.

personally, the easiest and simplest would be to store that date in a record somewhere

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.