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,
|
||||
comments: commentsObject,
|
||||
attributedTo: [
|
||||
{
|
||||
type: 'Group',
|
||||
id: this.VideoChannel.Actor.url
|
||||
},
|
||||
{
|
||||
type: 'Person',
|
||||
id: this.VideoChannel.Account.Actor.url
|
||||
},
|
||||
{
|
||||
type: 'Group',
|
||||
id: this.VideoChannel.Actor.url
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue