gnu-social/plugins/ActivityPub/lib
tenma 738f9cb89c [AP] Support Private Messaging
ActivityPubPlugin:
- Subscribe DirectMessage events

Activitypub_inbox_handler:
- Update handle_create_note to create private messages

Activitypub_postman:
- Add create_direct_note for sending private messages

Activitypub_create:
- Update create_to_array to support the 'directMessage' attribute
- Add isPrivateNote to verify private activities

Activitypub_notice:
- Update create_note to support the 'directMessage' attribute
- Remove isPrivateNote

lib/models:
- Add Activitypub_message, the model in charge of private notes
2021-07-16 19:44:34 +01:00
..
models [AP] Support Private Messaging 2021-07-16 19:44:34 +01:00
Activitypub_activityverb2.php [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +01:00
activitypubqueuehandler.php [ActivityPub] Use queues for notice distribution 2021-07-16 19:44:33 +01:00
discoveryhints.php [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +01:00
explorer.php [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +01:00
httpsignature.php [CORE] Add ActivityPub plugin 2021-07-16 19:44:33 +01:00
inbox_handler.php [AP] Support Private Messaging 2021-07-16 19:44:34 +01:00
postman.php [AP] Support Private Messaging 2021-07-16 19:44:34 +01:00