updated plugin ActivityPub version 8.3.0

This commit is contained in:
2026-06-03 21:28:46 +00:00
committed by Gitium
parent a4b78ec277
commit 6fe182458a
340 changed files with 43232 additions and 7568 deletions

View File

@ -30,8 +30,10 @@ class Attachment extends Post {
switch ( $mime_type_parts[0] ) {
case 'audio':
$type = 'Audio';
break;
case 'video':
$type = 'Document';
$type = 'Video';
break;
case 'image':
$type = 'Image';