mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
Fixed missing times in activity feed click events
fixes https://github.com/TryGhost/Team/issues/1983
This commit is contained in:
parent
f3f6e87378
commit
8c87bb8158
@ -49,6 +49,10 @@ const clickEventMapper = (json, frame) => {
|
||||
response.member = null;
|
||||
}
|
||||
|
||||
if (data.created_at) {
|
||||
response.created_at = data.created_at;
|
||||
}
|
||||
|
||||
return {
|
||||
...json,
|
||||
data: response
|
||||
|
Loading…
Reference in New Issue
Block a user