From 0b978f2c56c47ddbe0f611720d3605236f4e57d9 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:59:10 +0200 Subject: [bugfix] Extract description as `summary` first, fall back to `name` (#2303) --- internal/ap/interfaces.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/ap/interfaces.go') diff --git a/internal/ap/interfaces.go b/internal/ap/interfaces.go index 9e606db62..6ba3c3735 100644 --- a/internal/ap/interfaces.go +++ b/internal/ap/interfaces.go @@ -164,6 +164,7 @@ type Attachmentable interface { WithMediaType WithURL WithName + WithSummary WithBlurhash } -- cgit v1.2.3