mirror of
https://github.com/friendica/friendica
synced 2025-04-30 11:04:29 +02:00
Add docs
This commit is contained in:
parent
a83dfc11a0
commit
3897c74deb
21 changed files with 439 additions and 122 deletions
|
@ -495,7 +495,7 @@ class OnePoll
|
|||
|
||||
$datarray = [];
|
||||
$datarray['verb'] = Activity::POST;
|
||||
$datarray['object-type'] = Activity::OBJ_NOTE;
|
||||
$datarray['object-type'] = Activity\ObjectType::NOTE;
|
||||
$datarray['network'] = Protocol::MAIL;
|
||||
// $meta = Email::messageMeta($mbox, $msg_uid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue