fetch account on mastodon log in

This commit is contained in:
codl 2017-08-23 13:44:15 +02:00
parent 35a1391e5f
commit ab0aa3483a
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 2 additions and 0 deletions

View File

@ -263,5 +263,7 @@ def mastodon_login_step2(instance):
db.session.commit()
tasks.fetch_acc.s(account.id).apply_async(routing_key='high')
g.viewer = sess
return redirect(url_for('index'))