1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 19:01:42 +00:00

Modify group msg notification to make index friendly.

This commit is contained in:
xiez
2012-06-26 18:09:36 +08:00
parent df4ac6ab02
commit 5be0aa3175
2 changed files with 16 additions and 8 deletions

View File

@@ -142,6 +142,7 @@ def render_group_info(request, group_id, form):
# remove user notifications
UserNotification.objects.filter(to_user=request.user.username,
msg_type='group_msg',
detail=str(group_id)).delete()
"""group messages"""