Delete include/items.php

- Remove all references
This commit is contained in:
Hypolite Petovan 2020-07-14 10:15:19 -04:00
parent 3e25fc3a72
commit a13e004df0
8 changed files with 0 additions and 37 deletions

View file

@ -6,8 +6,6 @@ There are multiple paths, using multiple protocols and message formats.
Those attempting to understand these message flows should become familiar with (at the minimum) the [DFRN protocol document](https://github.com/friendica/friendica/blob/stable/spec/dfrn2.pdf) and the message passing elements of the OStatus stack (salmon and Pubsubhubbub).
Most message passing involves the file include/items.php, which has functions for several feed-related import/export activities.
When a message is posted, all immediate deliveries to all networks are made using include/notifier.php, which chooses how (and to whom) to deliver the message.
This file also invokes the local side of all deliveries including DFRN-notify.