mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 01:24:03 +00:00
Update dependencies and vendor (#1761)
This commit is contained in:
2
vendor/github.com/mattermost/mattermost-server/v6/model/post_metadata.go
generated
vendored
2
vendor/github.com/mattermost/mattermost-server/v6/model/post_metadata.go
generated
vendored
@ -14,7 +14,7 @@ type PostMetadata struct {
|
||||
// Files holds information about the file attachments on the post.
|
||||
Files []*FileInfo `json:"files,omitempty"`
|
||||
|
||||
// Images holds the dimensions of all external images in the post as a map of the image URL to its diemsnions.
|
||||
// Images holds the dimensions of all external images in the post as a map of the image URL to its dimensions.
|
||||
// This includes image embeds (when the message contains a plaintext link to an image), Markdown images, images
|
||||
// contained in the OpenGraph metadata, and images contained in message attachments. It does not contain
|
||||
// the dimensions of any file attachments as those are stored in FileInfos.
|
||||
|
Reference in New Issue
Block a user