mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 13:22:05 +00:00
Fetching ADN users inline until deployed.
This commit is contained in:
parent
73d9f46f75
commit
09cdafb10e
1 changed files with 4 additions and 2 deletions
|
@ -180,8 +180,10 @@ def appdotnet_connect(request):
|
|||
social_services.syncing_appdotnet = True
|
||||
social_services.save()
|
||||
|
||||
SyncAppdotnetFriends.delay(user_id=request.user.pk)
|
||||
|
||||
# SyncAppdotnetFriends.delay(user_id=request.user.pk)
|
||||
# XXX TODO: Remove below and uncomment above. Only for www->dev.
|
||||
social_services.sync_appdotnet_friends()
|
||||
|
||||
logging.user(request, "~BB~FRFinishing App.net connect")
|
||||
return {}
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue