mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
No feed rss for saved stories by feed.
This commit is contained in:
parent
8eeac56b0f
commit
0ff3b58be5
1 changed files with 3 additions and 0 deletions
|
@ -2197,6 +2197,9 @@ class MStarredStoryCounts(mongo.Document):
|
|||
|
||||
@property
|
||||
def rss_url(self, secret_token=None):
|
||||
if self.feed_id:
|
||||
return
|
||||
|
||||
if not secret_token:
|
||||
user = User.objects.select_related('profile').get(pk=self.user_id)
|
||||
secret_token = user.profile.secret_token
|
||||
|
|
Loading…
Add table
Reference in a new issue