Correctly set SharedInbox on UserService.CreateUserAsync
This commit is contained in:
parent
bd4c809449
commit
cb3caf4f26
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class UserService(
|
|||
AlsoKnownAs = actor.AlsoKnownAs?.Link,
|
||||
IsExplorable = actor.IsDiscoverable ?? false,
|
||||
Inbox = actor.Inbox?.Link,
|
||||
SharedInbox = actor.SharedInbox?.Link,
|
||||
SharedInbox = actor.SharedInbox?.Link ?? actor.Endpoints?.SharedInbox?.Id,
|
||||
FollowersUri = actor.Followers?.Id,
|
||||
Uri = actor.Id,
|
||||
IsCat = actor.IsCat ?? false,
|
||||
|
|
Loading…
Add table
Reference in a new issue