From: Tim Düsterhus Date: Wed, 20 Apr 2022 12:24:25 +0000 (+0200) Subject: Document the deprecation of UserAvatarAction::fetchRemoteAvatar() X-Git-Tag: 5.6.final~52^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c7e114a64b3706c363a796360124cbd9bc17cb7b;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document the deprecation of UserAvatarAction::fetchRemoteAvatar() see WoltLab/WCF#4744 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index 4a48e731..0ef57a80 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -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))