mayukh18 / BlindChat

a facebook messenger bot that allows users to chat with other people on facebook anonymously
https://m.me/blindchat.go/
MIT License
111 stars 127 forks source link

Bug fix in models.py: #81

Closed nsaabir closed 3 years ago

nsaabir commented 3 years ago

Added last_name, first_name, and pic_url variables, in classUser(db.Model), classWaitingListUser, and def add_details(self, name, first_name, last_name,gender,pic_url). This will allow users to enter their first name, last name, and profile picture so they can enter this information so it can be stored in the database and later allow the user to message others.