diff options
Diffstat (limited to 'internal/typeutils/converter.go')
-rw-r--r-- | internal/typeutils/converter.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/typeutils/converter.go b/internal/typeutils/converter.go index 6a783e190..c63bd8d8c 100644 --- a/internal/typeutils/converter.go +++ b/internal/typeutils/converter.go @@ -101,13 +101,6 @@ type TypeConverter interface { StatusToRSSItem(ctx context.Context, s *gtsmodel.Status) (*feeds.Item, error) /* - FRONTEND (api) MODEL TO INTERNAL (gts) MODEL - */ - - // APIVisToVis converts an API model visibility into its internal gts equivalent. - APIVisToVis(m apimodel.Visibility) gtsmodel.Visibility - - /* ACTIVITYSTREAMS MODEL TO INTERNAL (gts) MODEL */ |