[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
parent 03732aca3b
commit 0b978f2c56
3 changed files with 52 additions and 1 deletions

View File

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