mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Setting "verb" for postings from Diaspora, Feeds and Mails
This commit is contained in:
parent
a553dda2ef
commit
5114e018d0
3 changed files with 6 additions and 1 deletions
|
@ -330,6 +330,7 @@ function onepoll_run(&$argv, &$argc){
|
|||
logger("Mail: Parsing mail ".$msg_uid, LOGGER_DATA);
|
||||
|
||||
$datarray = array();
|
||||
$datarray['verb'] = ACTIVITY_POST;
|
||||
// $meta = email_msg_meta($mbox,$msg_uid);
|
||||
// $headers = email_msg_headers($mbox,$msg_uid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue