Base solution for your next web application
Open Closed

Chat With No Restrictions (Friendship) #8314


User avatar
0
rpollak created

How can I remove the concept of friendships from chat? I don't want users to be able to block each other, and I don't want users to have to friend each other as a requirement for chat. I actually don't want the concept of friendship in the application at all. My application is meant for employees to collaborate, not social interactions. Is there a simple way to remove these requirements? If not, is there a simple way to automatically have every user be friends with all other users?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rpollak

    It is not easy to remove friendship logic. In this class ChatMessageManager.cs, before sending each message, a friendship control is made. You can create the friednship if there is no friendship between two users. Rest will work as expected.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.