publish: pending comments use our ship, not owner

This commit is contained in:
Matilde Park 2020-03-24 21:20:35 -04:00
parent 67d35460e7
commit d2ac232a20

View File

@ -73,7 +73,7 @@ export class Comments extends Component {
let da = dateToDa(new Date);
let comment = {
[da]: {
author: this.props.ship,
author: `~${window.ship}`,
content: com["new-comment"].body,
"date-created": Math.round(new Date().getTime())
}