refactor(social): unified follow handler; remove federation handler module

This commit is contained in:
2026-05-14 21:28:33 +02:00
parent d1f72c8308
commit fbc02bc2f8
4 changed files with 129 additions and 149 deletions

View File

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