Return POST_EMBED_LINK for links that are not images nor og (#11723)
Этот коммит содержится в:
коммит произвёл
Ben Schumacher
родитель
5754ffc320
Коммит
a9ed8fab28
@@ -7,6 +7,7 @@ const (
|
||||
POST_EMBED_IMAGE PostEmbedType = "image"
|
||||
POST_EMBED_MESSAGE_ATTACHMENT PostEmbedType = "message_attachment"
|
||||
POST_EMBED_OPENGRAPH PostEmbedType = "opengraph"
|
||||
POST_EMBED_LINK PostEmbedType = "link"
|
||||
)
|
||||
|
||||
type PostEmbedType string
|
||||
|
||||
Ссылка в новой задаче
Block a user