Skip to content

Commit

Permalink
Fix image target appearing as the thumb due to the object not being c…
Browse files Browse the repository at this point in the history
…opied correctly.
  • Loading branch information
HomerSp committed Jul 29, 2021
1 parent e9e061b commit 99f9c36
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 99f9c36

Please sign in to comment.