thumbnail: Advertize the thumbnail formats at client registration.

This commit is contained in:
Alex Vandiver
2024-07-13 03:16:41 +00:00
committed by Tim Abbott
parent 6c624805ce
commit 556b92810b
9 changed files with 103 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ import * as stream_topic_history from "./stream_topic_history";
import * as stream_topic_history_util from "./stream_topic_history_util";
import * as sub_store from "./sub_store";
import * as theme from "./theme";
import * as thumbnail from "./thumbnail";
import * as timerender from "./timerender";
import * as tippyjs from "./tippyjs";
import * as topic_list from "./topic_list";
@@ -426,6 +427,7 @@ export function initialize_everything(state_data) {
if (page_params.is_spectator) {
theme.initialize_theme_for_spectator();
}
thumbnail.initialize();
widgets.initialize();
tippyjs.initialize();
compose_tooltips.initialize();