mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Circle avatar
This commit is contained in:
parent
e8e122002d
commit
4e8c872874
5 changed files with 12 additions and 9 deletions
|
@ -3,7 +3,7 @@ import { extname, join } from 'path'
|
|||
import * as sharp from 'sharp'
|
||||
import * as uuidv4 from 'uuid/v4'
|
||||
import { UserCreate, UserRight, UserRole, UserUpdate, UserUpdateMe, UserVideoRate as FormattedUserVideoRate } from '../../../shared'
|
||||
import { renamePromise, unlinkPromise } from '../../helpers/core-utils'
|
||||
import { unlinkPromise } from '../../helpers/core-utils'
|
||||
import { retryTransactionWrapper } from '../../helpers/database-utils'
|
||||
import { logger } from '../../helpers/logger'
|
||||
import { createReqFiles, getFormattedObjects } from '../../helpers/utils'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue