mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix inbox url
This commit is contained in:
@ -72,7 +72,7 @@ namespace BirdsiteLive.Domain
|
||||
},
|
||||
endpoints = new EndPoints
|
||||
{
|
||||
sharedInbox = $"{_instanceSettings.Domain}/inbox"
|
||||
sharedInbox = $"https://{_instanceSettings.Domain}/inbox"
|
||||
}
|
||||
};
|
||||
return user;
|
||||
|
Reference in New Issue
Block a user