diff options
Diffstat (limited to 'scripts/migrations')
-rw-r--r-- | scripts/migrations/peertube-4.2.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/migrations/peertube-4.2.ts b/scripts/migrations/peertube-4.2.ts index 22f9ff9f0..b5e5dfebd 100644 --- a/scripts/migrations/peertube-4.2.ts +++ b/scripts/migrations/peertube-4.2.ts | |||
@@ -59,6 +59,7 @@ async function run () { | |||
59 | 59 | ||
60 | for (const videoChannel of account.VideoChannels) { | 60 | for (const videoChannel of account.VideoChannels) { |
61 | try { | 61 | try { |
62 | await fillAvatarSizeIfNeeded(videoChannel) | ||
62 | await generateSmallerAvatarIfNeeded(videoChannel) | 63 | await generateSmallerAvatarIfNeeded(videoChannel) |
63 | } catch (err) { | 64 | } catch (err) { |
64 | console.error(`Cannot process channel avatar ${videoChannel.name}`, err) | 65 | console.error(`Cannot process channel avatar ${videoChannel.name}`, err) |