mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix timelines
This commit is contained in:
parent
8c870cdad3
commit
0a74bbfe93
7 changed files with 22 additions and 13 deletions
|
|
@ -17,7 +17,7 @@ export const notificationToAPI = async (
|
|||
id: notification.id,
|
||||
type: notification.type,
|
||||
status: notification.status
|
||||
? await statusToAPI(notification.status)
|
||||
? await statusToAPI(notification.status, notification.account)
|
||||
: undefined,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue