From da854ddd502cd70685ef779c673b9e63757b8aa0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 28 Dec 2017 11:16:08 +0100 Subject: Propagate old comment on new follow --- server/controllers/client.ts | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'server/controllers/client.ts') diff --git a/server/controllers/client.ts b/server/controllers/client.ts index 9a72fe8e0..39e046727 100644 --- a/server/controllers/client.ts +++ b/server/controllers/client.ts @@ -1,15 +1,9 @@ +import * as Bluebird from 'bluebird' import * as express from 'express' import { join } from 'path' import * as validator from 'validator' -import * as Bluebird from 'bluebird' -import { - CONFIG, - STATIC_PATHS, - STATIC_MAX_AGE, - OPENGRAPH_AND_OEMBED_COMMENT, - EMBED_SIZE -} from '../initializers' -import { root, readFileBufferPromise, escapeHTML } from '../helpers' +import { escapeHTML, readFileBufferPromise, root } from '../helpers/core-utils' +import { CONFIG, EMBED_SIZE, OPENGRAPH_AND_OEMBED_COMMENT, STATIC_MAX_AGE, STATIC_PATHS } from '../initializers' import { asyncMiddleware } from '../middlewares' import { VideoModel } from '../models/video/video' -- cgit v1.2.3