update test asset

fix-signed-fetch
Felix Ableitner 3 months ago
parent 89eb7180b6
commit 6e33d29a1e

@ -2,6 +2,7 @@
"type": "Application", "type": "Application",
"id": "https://enterprise.lemmy.ml/", "id": "https://enterprise.lemmy.ml/",
"name": "Enterprise", "name": "Enterprise",
"preferredUsername": "enterprise.lemmy.ml",
"summary": "A test instance", "summary": "A test instance",
"content": "<p>Enterprise sidebar</p>\\n", "content": "<p>Enterprise sidebar</p>\\n",
"mediaType": "text/html", "mediaType": "text/html",

@ -21,7 +21,7 @@ pub struct Instance {
pub(crate) id: ObjectId<ApubSite>, pub(crate) id: ObjectId<ApubSite>,
/// site name /// site name
pub(crate) name: String, pub(crate) name: String,
/// domain, necessary for mastodon authorized fetch /// instance domain, necessary for mastodon authorized fetch
pub(crate) preferred_username: String, pub(crate) preferred_username: String,
pub(crate) inbox: Url, pub(crate) inbox: Url,
/// mandatory field in activitypub, lemmy currently serves an empty outbox /// mandatory field in activitypub, lemmy currently serves an empty outbox

Loading…
Cancel
Save