Explorar o código

获取全部消息中的最新的一个

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
5a0409e8ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/notification/NotificationIcon.tsx

+ 1 - 1
dashboard/src/components/notification/NotificationIcon.tsx

@@ -32,7 +32,7 @@ const NotificationIconWidget = () => {
       }
     }
 
-    const url = `/v2/notification?view=to&status=unread&limit=1`;
+    const url = `/v2/notification?view=to&limit=1`;
     console.info("notification url", url);
     get<INotificationListResponse>(url).then((json) => {
       if (json.ok) {