Skip to content

Commit

Permalink
Merge pull request #1372 from HomerSp/fix-image-thumb-size
Browse files Browse the repository at this point in the history
Fix image target appearing as the thumb
  • Loading branch information
HomerSp committed Jul 29, 2021
2 parents e9e061b + 99f9c36 commit 12a5a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/models/conv.coffee
Expand Up @@ -29,7 +29,7 @@ preprocessMessage = (msg) ->
if index - 2 >= 0
cont.segment.splice(index - 2, 3)

thumburl = url
thumburl = new URL(url.toString())
thumburl.searchParams.set 'url_type', 'FIFE_URL'
thumburl.searchParams.set 'sz', 's512'

Expand Down

0 comments on commit 12a5a53

Please sign in to comment.