mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 18:56:12 +00:00
update test asset
This commit is contained in:
parent
89eb7180b6
commit
6e33d29a1e
|
@ -2,6 +2,7 @@
|
|||
"type": "Application",
|
||||
"id": "https://enterprise.lemmy.ml/",
|
||||
"name": "Enterprise",
|
||||
"preferredUsername": "enterprise.lemmy.ml",
|
||||
"summary": "A test instance",
|
||||
"content": "<p>Enterprise sidebar</p>\\n",
|
||||
"mediaType": "text/html",
|
||||
|
|
|
@ -21,7 +21,7 @@ pub struct Instance {
|
|||
pub(crate) id: ObjectId<ApubSite>,
|
||||
/// site name
|
||||
pub(crate) name: String,
|
||||
/// domain, necessary for mastodon authorized fetch
|
||||
/// instance domain, necessary for mastodon authorized fetch
|
||||
pub(crate) preferred_username: String,
|
||||
pub(crate) inbox: Url,
|
||||
/// mandatory field in activitypub, lemmy currently serves an empty outbox
|
||||
|
|
Loading…
Reference in a new issue