mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Typo
This commit is contained in:
parent
874438e893
commit
744d186965
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ class MSocialProfile(mongo.Document):
|
|||
social_user_ids = facebook_user_ids + twitter_user_ids
|
||||
# Find users not currently followed by this user
|
||||
r.delete(social_follow_key)
|
||||
nonfriend_user_ids = []
|
||||
if social_user_ids:
|
||||
r.sadd(social_follow_key, social_user_ids)
|
||||
nonfriend_user_ids = r.sdiff(social_follow_key, following_key)
|
||||
|
|
Loading…
Add table
Reference in a new issue