aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/user.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-25 15:00:43 +0100
committerChocobozzz <me@florianbigard.com>2021-02-25 15:01:29 +0100
commit031ea8efed6979cb01d0a7857cea6aa27270ceb7 (patch)
treed5f7a82b44b239abbb9a53d5d74b702514c5c2d3 /server/models/account/user.ts
parentd61893f7236abbed30c25b1823e6ecad93a8e8dd (diff)
downloadPeerTube-031ea8efed6979cb01d0a7857cea6aa27270ceb7.tar.gz
PeerTube-031ea8efed6979cb01d0a7857cea6aa27270ceb7.tar.zst
PeerTube-031ea8efed6979cb01d0a7857cea6aa27270ceb7.zip
Use named chunk for embed on analyze
Diffstat (limited to 'server/models/account/user.ts')
-rw-r--r--server/models/account/user.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/account/user.ts b/server/models/account/user.ts
index 0834ecfa5..c1f22b76a 100644
--- a/server/models/account/user.ts
+++ b/server/models/account/user.ts
@@ -28,7 +28,6 @@ import {
28 MUserFormattable, 28 MUserFormattable,
29 MUserNotifSettingChannelDefault, 29 MUserNotifSettingChannelDefault,
30 MUserWithNotificationSetting, 30 MUserWithNotificationSetting,
31 MVideoFullLight,
32 MVideoWithRights 31 MVideoWithRights
33} from '@server/types/models' 32} from '@server/types/models'
34import { hasUserRight, USER_ROLE_LABELS } from '../../../shared/core-utils/users' 33import { hasUserRight, USER_ROLE_LABELS } from '../../../shared/core-utils/users'