1
0
Fork 0

Put Person first in AP attributedTo

This commit is contained in:
Chocobozzz 2018-03-27 13:40:30 +02:00
parent 07197db4c5
commit fc27b17c6b
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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
}
]
}