mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 00:16:16 -06:00
fix refreshed additional media info being ignored when force flag already set
This commit is contained in:
parent
1b37944f8b
commit
3ee045e6c0
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ func (d *Dereferencer) RefreshMedia(
|
|||
// Check emoji is up-to-date
|
||||
// with provided extra info.
|
||||
switch {
|
||||
case force:
|
||||
case info.Blurhash != nil &&
|
||||
*info.Blurhash != attach.Blurhash:
|
||||
attach.Blurhash = *info.Blurhash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue