Better logging (for the 3rd time), fix devices list over federation

This commit is contained in:
2025-10-13 17:55:48 -04:00
parent c8d6f57e5b
commit 9aa2e062e5
2 changed files with 28 additions and 5 deletions

View File

@@ -404,7 +404,7 @@ async def user_profile():
async def user_devices(user):
return jsonify({
"devices": [],
"stream_id": the_funny_number,
"stream_id": config.the_funny_number,
"user_id": f"@vona:{config.server_name}"
})