Tweak the admin UI
This commit is contained in:
2
app.py
2
app.py
@@ -1585,7 +1585,7 @@ def following():
|
||||
|
||||
following, older_than, newer_than = paginated_query(DB.activities, q)
|
||||
following = [
|
||||
get_backend().fetch_iri(doc["activity"]["object"]) for doc in following
|
||||
(doc["remote_id"], get_backend().fetch_iri(doc["activity"]["object"])) for doc in following
|
||||
]
|
||||
return render_template(
|
||||
"following.html",
|
||||
|
Reference in New Issue
Block a user