Tweak the admin UI
This commit is contained in:
parent
feb611f4ce
commit
d8f7967e6a
6 changed files with 46 additions and 21 deletions
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue