fix: add missing RemoteActor fields in get_blocked_actors fallback

This commit is contained in:
2026-05-29 04:04:08 +02:00
parent 485c407edb
commit 62c9bf2e4e

View File

@@ -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);