mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Counting subscribers on feed choosing.
This commit is contained in:
parent
4b4c5b76aa
commit
88647ca95c
1 changed files with 1 additions and 0 deletions
|
@ -828,6 +828,7 @@ def save_feed_chooser(request):
|
|||
sub.active = True
|
||||
activated += 1
|
||||
sub.save()
|
||||
sub.feed.count_subscribers()
|
||||
elif sub.active:
|
||||
sub.active = False
|
||||
sub.save()
|
||||
|
|
Loading…
Add table
Reference in a new issue