From 1fb671ad31f01f42cc58d89f27f7afd87e755f60 Mon Sep 17 00:00:00 2001 From: r350178982 <32759763+r350178982@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:12:04 +0800 Subject: [PATCH] Update notifications.py --- seahub/api2/endpoints/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/api2/endpoints/notifications.py b/seahub/api2/endpoints/notifications.py index c411623b75..28e929a14d 100644 --- a/seahub/api2/endpoints/notifications.py +++ b/seahub/api2/endpoints/notifications.py @@ -197,7 +197,7 @@ class SdocNotificationsView(APIView): end = page * per_page notice_list = SeadocNotification.objects.list_all_by_user(username)[start:end] - result_notices = update_sdoc_notice_detail(request, notice_list) + result_notices = update_sdoc_notice_detail(notice_list) notification_list = [] for i in result_notices: if i.detail is not None: