mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
add: system notification history api
This commit is contained in:
@@ -59,7 +59,7 @@ json.setting do
|
||||
|
||||
if @top_system_notification.present?
|
||||
json.system_notification do
|
||||
json.(@top_system_notification, :subject, :sub_subject, :content)
|
||||
json.(@top_system_notification, :id, :subject, :sub_subject, :content)
|
||||
json.is_read @top_system_notification.read_member?(current_user.id)
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user