mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
update test asset
This commit is contained in:
parent
89eb7180b6
commit
6e33d29a1e
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue