فهرست منبع

Update AP transformer, fix typo

Daniel Supernault 6 سال پیش
والد
کامیت
dfc851cc30
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/Transformer/ActivityPub/Verb/DeleteNote.php

+ 2 - 2
app/Transformer/ActivityPub/Verb/DeleteNote.php

@@ -17,8 +17,8 @@ class DeleteNote extends Fractal\TransformerAbstract
 			'type' 					=> 'Delete',
 			'type' 					=> 'Delete',
 			'actor' 				=> $status->profile->permalink(),
 			'actor' 				=> $status->profile->permalink(),
 			'object' 				=> [
 			'object' 				=> [
-				'id' 				=> $status->permalink()
-				'type' 				=> 'Tombstone',
+				'id' 				=> $status->permalink(),
+				'type' 				=> 'Tombstone'
 			]
 			]
 	}
 	}