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:
@@ -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"""
|
||||
|
Reference in New Issue
Block a user