mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
publish: pending comments get correct timestamp
This commit is contained in:
parent
812ab41a81
commit
41f95e231f
@ -75,7 +75,7 @@ export class Comments extends Component {
|
|||||||
[da]: {
|
[da]: {
|
||||||
author: this.props.ship,
|
author: this.props.ship,
|
||||||
content: com["new-comment"].body,
|
content: com["new-comment"].body,
|
||||||
"date-created": Math.round(new Date().getTime() / 1000)
|
"date-created": Math.round(new Date().getTime())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user