mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
event/beeper: add blurhash for link previews
Some checks failed
Some checks failed
This commit is contained in:
parent
f4434b33c6
commit
9f327602f6
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ type BeeperLinkPreview struct {
|
|||
|
||||
MatchedURL string `json:"matched_url,omitempty"`
|
||||
ImageEncryption *EncryptedFileInfo `json:"beeper:image:encryption,omitempty"`
|
||||
ImageBlurhash string `json:"beeper:image:blurhash,omitempty"`
|
||||
}
|
||||
|
||||
type BeeperProfileExtra struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue