summaryrefslogtreecommitdiff
path: root/internal/ap/interfaces.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-10-26 11:59:10 +0200
committerLibravatar GitHub <noreply@github.com>2023-10-26 11:59:10 +0200
commit0b978f2c56c47ddbe0f611720d3605236f4e57d9 (patch)
treed5deece25e2aedebcacdff56900077688c6e6f7e /internal/ap/interfaces.go
parent[chore]: Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#2301) (diff)
downloadgotosocial-0b978f2c56c47ddbe0f611720d3605236f4e57d9.tar.xz
[bugfix] Extract description as `summary` first, fall back to `name` (#2303)
Diffstat (limited to 'internal/ap/interfaces.go')
-rw-r--r--internal/ap/interfaces.go1
1 files changed, 1 insertions, 0 deletions
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
}