Removed useless RSS feed dialog for conversations
authorMarcel Werk <burntime@woltlab.com>
Wed, 27 Apr 2022 16:28:55 +0000 (18:28 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 27 Apr 2022 16:28:55 +0000 (18:28 +0200)
The option for an anonymous RSS feed does not make sense at this point, as guests do not have access to conversations.

templates/conversationList.tpl

index f58c6a189c0451205e0ddf30957d2de197331583..d5c0d8aaff3e69ae8071271a6521e558545bf91d 100644 (file)
 {/capture}
 
 {capture assign='contentInteractionDropdownItems'}
-       <li><a rel="alternate" href="{link controller='ConversationFeed'}at={@$__wcf->getUser()->userID}-{@$__wcf->getUser()->accessToken}{/link}" class="rssFeed">{lang}wcf.global.button.rss{/lang}</a></li>
+       <li><a rel="alternate" href="{link controller='ConversationFeed'}at={@$__wcf->getUser()->userID}-{@$__wcf->getUser()->accessToken}{/link}">{lang}wcf.global.button.rss{/lang}</a></li>
 {/capture}
 
 {include file='header'}