Add webfinger support for the lookup, fix forwarding
This commit is contained in:
1
app.py
1
app.py
@@ -689,6 +689,7 @@ def tmp_migrate5():
|
||||
def tmp_migrate6():
|
||||
for activity in DB.activities.find():
|
||||
# tasks.cache_actor.delay(activity["remote_id"], also_cache_attachments=False)
|
||||
|
||||
try:
|
||||
a = ap.parse_activity(activity["activity"])
|
||||
if a.has_type([ActivityType.LIKE, ActivityType.FOLLOW]):
|
||||
|
Reference in New Issue
Block a user