Skip to content
Snippets Groups Projects
Commit e1b7e3da authored by sandeepsajan0's avatar sandeepsajan0
Browse files

Update comment message

parent d2d61625
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ VISIBILITY = {
class BaseActivityQuerySet(models.QuerySet):
def visible_to(self, user):
# to hide reviews from applicant of existing data
# To hide reviews from the applicant's activity feed
from .messaging import ActivityAdapter
messages = ActivityAdapter.messages
if user.is_applicant:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment