mirror of
https://akkoma.dev/lamp/akkoma-fe.git
synced 2025-07-28 06:51:52 -04:00
Merge branch 'fix-max-id-for-notifications' into 'develop'
Fix incorrect latest_id value in notifications_read request See merge request pleroma/pleroma-fe!509
This commit is contained in:
commit
815b9d2391
@ -268,7 +268,7 @@ export const parseNotification = (data) => {
|
||||
}
|
||||
|
||||
output.created_at = new Date(data.created_at)
|
||||
output.id = String(data.id)
|
||||
output.id = data.id
|
||||
|
||||
return output
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user