mirror of https://github.com/usbharu/Hideout.git
feat: CreateのIDを修正
This commit is contained in:
parent
ef713e6d36
commit
58bf367d60
|
@ -56,7 +56,7 @@ class ActivityPubNoteServiceImpl(
|
||||||
name = "Create Note",
|
name = "Create Note",
|
||||||
`object` = note,
|
`object` = note,
|
||||||
actor = note.attributedTo,
|
actor = note.attributedTo,
|
||||||
id = "${Config.configData.url}/create/${postEntity.id}"
|
id = "${Config.configData.url}/create/note/${postEntity.id}"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue