Also hide following in the AP API if requested

This commit is contained in:
Thomas Sileo
2019-08-18 10:20:13 +02:00
parent 468f17936f
commit 17a5257fea
2 changed files with 7 additions and 1 deletions

5
app.py
View File

@@ -772,6 +772,11 @@ def following():
if is_api_request():
_log_sig()
if config.HIDE_FOLLOWING:
return jsonify(
**activitypub.simple_build_ordered_collection("following", [])
)
return jsonify(
**activitypub.build_ordered_collection(
DB.activities,