Move translators db->ap to separate module

This commit is contained in:
Melody Becker 2025-06-13 13:42:56 +02:00
parent cfe5047433
commit d86ad370df
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
16 changed files with 456 additions and 423 deletions

View file

@ -5,6 +5,7 @@ var AllTypes = []any{
&Activity{},
&Collection{},
&Emote{},
&FailedOutboundRequest{},
&Feed{},
&MediaMetadata{},
&Note{},