fix: add missing RemoteActor fields in get_blocked_actors fallback
This commit is contained in:
@@ -348,6 +348,11 @@ impl ActivityPubService {
|
|||||||
display_name: None,
|
display_name: None,
|
||||||
avatar_url: None,
|
avatar_url: None,
|
||||||
outbox_url: None,
|
outbox_url: None,
|
||||||
|
bio: None,
|
||||||
|
banner_url: None,
|
||||||
|
followers_url: None,
|
||||||
|
following_url: None,
|
||||||
|
also_known_as: vec![],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
actors.push(actor);
|
actors.push(actor);
|
||||||
|
|||||||
Reference in New Issue
Block a user