feat(presentation): remote actor posts endpoint + extended RemoteActorResponse

This commit is contained in:
2026-05-14 22:19:23 +02:00
parent 00b369c6ad
commit f3c3637ade
6 changed files with 165 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
pub mod api_keys;
pub mod auth;
pub mod federation_actors;
pub mod feed;
pub mod health;
pub mod notifications;