diff options
author | 2023-10-26 11:59:10 +0200 | |
---|---|---|
committer | 2023-10-26 11:59:10 +0200 | |
commit | 0b978f2c56c47ddbe0f611720d3605236f4e57d9 (patch) | |
tree | d5deece25e2aedebcacdff56900077688c6e6f7e /internal/ap/interfaces.go | |
parent | [chore]: Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#2301) (diff) | |
download | gotosocial-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.go | 1 |
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 } |