mirror of
https://github.com/wah-su/mstickers.git
synced 2025-04-05 15:54:36 +00:00
fix: maunium sticker picker preview url
This commit is contained in:
parent
2771d39368
commit
38dfc7f260
1 changed files with 1 additions and 4 deletions
|
@ -33,10 +33,7 @@ let HOMESERVER_URL = "https://matrix-client.matrix.org";
|
||||||
|
|
||||||
// const makeThumbnailURL = mxc => `${HOMESERVER_URL}/_matrix/media/v3/thumbnail/${mxc.slice(6)}?height=128&width=128&method=scale`
|
// const makeThumbnailURL = mxc => `${HOMESERVER_URL}/_matrix/media/v3/thumbnail/${mxc.slice(6)}?height=128&width=128&method=scale`
|
||||||
const makeThumbnailURL = (mxc) =>
|
const makeThumbnailURL = (mxc) =>
|
||||||
`${HOMESERVER_URL}/__thumbnail/${mxc.slice(0, 2)}/${mxc.slice(
|
`${HOMESERVER_URL}${mxc.slice(0, 2)}/${mxc.slice(2,4)}/${mxc.slice(4)}`;
|
||||||
2,
|
|
||||||
4
|
|
||||||
)}/${mxc.slice(4)}`;
|
|
||||||
|
|
||||||
// We need to detect iOS webkit because it has a bug related to scrolling non-fixed divs
|
// We need to detect iOS webkit because it has a bug related to scrolling non-fixed divs
|
||||||
// This is also used to fix scrolling to sections on Element iOS
|
// This is also used to fix scrolling to sections on Element iOS
|
||||||
|
|
Loading…
Add table
Reference in a new issue