(Hopefully) query performance improvements

This commit is contained in:
Michael 2022-11-01 06:02:44 +00:00 committed by Hypolite Petovan
parent cdacc3f4fb
commit 1f1c2d8ca6
12 changed files with 30 additions and 25 deletions

View file

@ -54,7 +54,8 @@ use GuzzleHttp\Psr7\Uri;
use SimpleXMLElement;
/**
* This class contain functions to create and send Diaspora XML files
* This class contain functions to communicate via the Diaspora protocol
* @see https://diaspora.github.io/diaspora_federation/
*/
class Diaspora
{