Deprecate `WBB.Thread.WatchedThreadList`
authorjoshuaruesweg <ruesweg@woltlab.com>
Thu, 28 Oct 2021 08:45:42 +0000 (10:45 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Thu, 28 Oct 2021 08:45:42 +0000 (10:45 +0200)
docs/migration/wsc54/deprecations_removals.md

index 02ca154829ae32378202d62e1c6b3f01c165e0b8..869793e727b67bc7d3069ccebb429442ec4b4a44 100644 (file)
@@ -155,6 +155,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `WBB.Thread.LastPageHandler` (use `WoltLabSuite/Forum/Ui/Thread/LastPageHandler`)
 - `WBB.Thread.MarkAsRead` (use `WoltLabSuite/Forum/Ui/Thread/MarkAsRead`)
 - `WBB.Thread.SimilarThreads` (use `WoltLabSuite/Forum/Ui/Thread/SimilarThreads`)
+- `WBB.Thread.WatchedThreadList` (use `WoltLabSuite/Forum/Controller/Thread/WatchedList`)
 - `WCF.ACP.Style.ImageUpload` ([WoltLab/WCF#4323](https://github.com/WoltLab/WCF/pull/4323))
 - `WCF.ColorPicker` (see [migration guide for `WCF.ColorPicker`](javascript.md#wcfcolorpicker))
 - `WCF.Conversation.Message.QuoteHandler` (use `WoltLabSuite/Core/Conversation/Ui/Message/Quote`, see [WoltLab/com.woltlab.wcf.conversation#155](https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/155))