[bugfix] Extract description as summary first, fall back to name (#2303)

This commit is contained in:
tobi 2023-10-26 11:59:10 +02:00 committed by GitHub
commit 0b978f2c56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 1 deletions

View file

@ -164,6 +164,7 @@ type Attachmentable interface {
WithMediaType
WithURL
WithName
WithSummary
WithBlurhash
}