blob: 3f7a3fa29ecc612e513d15d718a9901875179f50 [file] [log] [blame]
import {getOptions} from '../common/optionsUtils.js';
import {injectPreviousPostsLinksUnifiedProfile} from './utilsCommon/unifiedProfiles.js';
getOptions('history').then(options => {
if (options?.history)
injectPreviousPostsLinksUnifiedProfile(/* isCommunityConsole = */ false);
});