Add our.status.im and medium.com link unfurling
Fixes: #11739 Fixes: #11738 Adds unfurling for our.status.im and medium.com Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
37b36d38c7
commit
35f152c479
|
@ -143,4 +143,11 @@
|
|||
default-networks)))
|
||||
|
||||
(def link-preview-enabled-site?
|
||||
#{"youtube.com" "youtu.be" "github.com" "giphy.com" "gph.is" "media.giphy.com"})
|
||||
#{"youtube.com"
|
||||
"youtu.be"
|
||||
"our.status.im"
|
||||
"medium.com"
|
||||
"github.com"
|
||||
"giphy.com"
|
||||
"gph.is"
|
||||
"media.giphy.com"})
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "v0.71.0",
|
||||
"commit-sha1": "add5040b48533da253c317af87a9696c519e3e7e",
|
||||
"src-sha256": "0mcf73yyichrdlsqrvzwwx953lgj733ybcmzzym5w8awqxwwrk6z"
|
||||
"version": "v0.71.1",
|
||||
"commit-sha1": "6ac1c43926a602054a569e292aa83187f91650ac",
|
||||
"src-sha256": "00dgq5cjy789ggdr4vcyhfcx947djnlky0iy727jhg23i3s38gbd"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue