Document the deprecation of UserAvatarAction::fetchRemoteAvatar()
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 20 Apr 2022 12:24:25 +0000 (14:24 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Apr 2022 12:24:25 +0000 (14:24 +0200)
see WoltLab/WCF#4744

docs/migration/wsc54/deprecations_removals.md

index 4a48e731d44d3dea45681efb63cfaef67651a7bf..0ef57a80e919ab50182c70e8bd76f56d605ff838 100644 (file)
@@ -27,6 +27,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 #### Methods
 
 - `wcf\action\MessageQuoteAction::markForRemoval()` ([WoltLab/WCF#4452](https://github.com/WoltLab/WCF/pull/4452))
+- `wcf\data\user\avatar\UserAvatarAction::fetchRemoteAvatar()` ([WoltLab/WCF#4744](https://github.com/WoltLab/WCF/pull/4744))
 - `wcf\data\user\notification\UserNotificationAction::getOutstandingNotifications()` ([WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603))
 - `wcf\data\moderation\queue\ModerationQueueAction::getOutstandingQueues()` ([WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603))
 - `wcf\system\message\QuickReplyManager::setTmpHash()` ([WoltLab/WCF#4575](https://github.com/WoltLab/WCF/pull/4575))