princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
124 stars 30 forks source link

Closes Issue#31 #40

Closed j0ker70 closed 1 week ago

j0ker70 commented 1 week ago

[Problem] chat/views.py don't have any code comments to have better redability of the code [Solution] Added necessary single line comments inside functions and multiline commnets in starting of each function to describe what the function is doing

princekhunt commented 1 week ago

Kindly test before making a PR, there was a syntax error on line 82.