Merge remote-tracking branch 'upstream/develop' into baseurl

This commit is contained in:
Michael 2023-08-28 15:24:20 +00:00
commit 24d2d0481a
55 changed files with 2264 additions and 1152 deletions

View file

@ -793,10 +793,10 @@ class Contact
/**
* Updates the self-contact for the provided user id
*
* @param int $uid
* @param bool $update_avatar Force the avatar update
* @param int $uid
* @param bool $update_avatar Force the avatar update
* @return bool "true" if updated
* @throws HTTPException\InternalServerErrorException
* @throws \Exception
*/
public static function updateSelfFromUserID(int $uid, bool $update_avatar = false): bool
{