You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you should change this line in file 'message.py' at line 39 return Comment(user_id=self.user.id, user_name=self.user.name, text_content=self.text, evidence_path=self.evidence)
self.user.name -> self.user.display_name
Currently we try to do it but it doesn't work
The text was updated successfully, but these errors were encountered: