1
0
Fork 0

Moved documentation

This commit is contained in:
Michael 2018-10-03 09:53:12 +00:00
commit 1fe55679fc
3 changed files with 29 additions and 27 deletions

View file

@ -24,6 +24,18 @@ use Friendica\Model\Profile;
/**
* @brief ActivityPub Transmitter Protocol class
*
* To-Do:
* - Event
*
* Complicated:
* - Announce
* - Undo Announce
*
* General:
* - Attachments
* - nsfw (sensitive)
* - Queueing unsucessful deliveries
*/
class Transmitter
{