Skip to content

Commit e414f24

Browse files
committed
Remove deprecated code for old RSS feeds
1 parent 0bd268d commit e414f24

File tree

5 files changed

+10
-277
lines changed

5 files changed

+10
-277
lines changed

wcfsetup/install/files/lib/data/article/FeedArticle.class.php

Lines changed: 0 additions & 105 deletions
This file was deleted.

wcfsetup/install/files/lib/data/article/FeedArticleList.class.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

wcfsetup/install/files/lib/page/ArticleFeedPage.class.php

Lines changed: 0 additions & 82 deletions
This file was deleted.

wcfsetup/install/files/lib/page/NotificationFeedPage.class.php

Lines changed: 0 additions & 48 deletions
This file was deleted.

wcfsetup/install/files/lib/system/user/notification/event/AbstractUserNotificationEvent.class.php

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace wcf\system\user\notification\event;
44

55
use wcf\data\DatabaseObjectDecorator;
6-
use wcf\data\IFeedEntry;
6+
use wcf\data\IMessage;
77
use wcf\data\language\Language;
88
use wcf\data\user\notification\event\UserNotificationEvent;
99
use wcf\data\user\notification\UserNotification;
@@ -25,7 +25,7 @@
2525
*/
2626
abstract class AbstractUserNotificationEvent extends DatabaseObjectDecorator implements
2727
IUserNotificationEvent,
28-
IFeedEntry
28+
IMessage
2929
{
3030
/**
3131
* @inheritDoc
@@ -257,13 +257,19 @@ public function getUserNotificationObject()
257257
return $this->userNotificationObject;
258258
}
259259

260-
#[\Override]
260+
/**
261+
* @return int
262+
* @deprecated 6.3 No longer in use.
263+
*/
261264
public function getComments()
262265
{
263266
return 0;
264267
}
265268

266-
#[\Override]
269+
/**
270+
* @return string[]
271+
* @deprecated 6.3 No longer in use.
272+
*/
267273
public function getCategories()
268274
{
269275
return [

0 commit comments

Comments
 (0)