Removed messages from notifications

This commit is contained in:
Fergal Moran
2015-09-04 21:43:10 +01:00
parent f6dc97c1c8
commit 26dd4d71df

View File

@@ -29,7 +29,8 @@ class Message(BaseModel):
body = models.TextField()
def create_notification(self, accept=False):
# TODO: Need to keep this away from normal notifications
def __create_notification(self, accept=False):
try:
notification = Notification()
notification.from_user = self.from_user