Put Person first in AP attributedTo
This commit is contained in:
parent
07197db4c5
commit
fc27b17c6b
|
@ -1113,13 +1113,13 @@ export class VideoModel extends Model<VideoModel> {
|
||||||
shares: sharesObject,
|
shares: sharesObject,
|
||||||
comments: commentsObject,
|
comments: commentsObject,
|
||||||
attributedTo: [
|
attributedTo: [
|
||||||
{
|
|
||||||
type: 'Group',
|
|
||||||
id: this.VideoChannel.Actor.url
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'Person',
|
type: 'Person',
|
||||||
id: this.VideoChannel.Account.Actor.url
|
id: this.VideoChannel.Account.Actor.url
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'Group',
|
||||||
|
id: this.VideoChannel.Actor.url
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue