mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
parent
d393f95eeb
commit
edb081d093
1 changed files with 4 additions and 5 deletions
|
@ -1103,11 +1103,10 @@ def follow(request):
|
|||
}
|
||||
follow_subscription = MSocialSubscription.feeds(calculate_all_scores=True, **social_params)
|
||||
|
||||
if follow_profile.user:
|
||||
if follow_profile.protected:
|
||||
logging.user(request, "~BB~FR~SBRequested~SN follow from: ~SB%s" % follow_profile.user.username)
|
||||
else:
|
||||
logging.user(request, "~BB~FRFollowing: ~SB%s" % follow_profile.user.username)
|
||||
if follow_profile.protected:
|
||||
logging.user(request, "~BB~FR~SBRequested~SN follow from: ~SB%s" % follow_profile.username)
|
||||
else:
|
||||
logging.user(request, "~BB~FRFollowing: ~SB%s" % follow_profile.username)
|
||||
|
||||
return {
|
||||
"user_profile": profile.canonical(include_follows=True),
|
||||
|
|
Loading…
Add table
Reference in a new issue