mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
publish: pending comments use our ship, not owner
This commit is contained in:
parent
67d35460e7
commit
d2ac232a20
@ -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