mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Merge pull request #2604 from urbit/mp/publish/pending-name-fix
publish: pending comments use our ship, not owner
This commit is contained in:
commit
da1b47da5a
@ -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())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user