I have a question that I would appreciate if you could solve me.
I am making a system to be able to hide user posts. I do this by making the user add the email of the user they want to hide in a text property, and then filtering the publications only if that email has not been added to this property.
My question comes when the user wants to unblock the publications of this user. I just want that when the user clicks a button, the email of the user blocked in the property is deleted. But I canβt find the mode in a text property. Is there a command (like the example in the image) to achieve this? If not, can you think of a way to do this?
If you create a collection of blocked users and have a relationship to users, you should be able to create a list of blocked users. Then you should be able to add/remove users from that list by just updating it.