feat(postgres): remote_actor_connections table + PgRemoteActorConnectionRepository

This commit is contained in:
2026-05-15 00:29:33 +02:00
parent 99dd89b60d
commit d62dde67bb
3 changed files with 124 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ pub mod follow;
pub mod like;
pub mod notification;
pub mod remote_actor;
pub mod remote_actor_connections;
pub mod tag;
pub mod thought;
pub mod top_friend;