mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-11 11:43:45 +00:00
fix: actorが初期化されていなかったのを修正
This commit is contained in:
@@ -15,6 +15,7 @@ open class Object : JsonLd {
|
|||||||
constructor(type: List<String>, name: String? = null,actor:String? = null) : super() {
|
constructor(type: List<String>, name: String? = null,actor:String? = null) : super() {
|
||||||
this.type = type
|
this.type = type
|
||||||
this.name = name
|
this.name = name
|
||||||
|
this.actor = actor
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|||||||
Reference in New Issue
Block a user