Merge pull request #2604 from urbit/mp/publish/pending-name-fix

publish: pending comments use our ship, not owner
This commit is contained in:
ixv 2020-03-25 09:51:56 -07:00 committed by GitHub
commit da1b47da5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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())
}