diff --git a/src/routes/_actions/timeline.js b/src/routes/_actions/timeline.js index ce25c0e4..98b79f28 100644 --- a/src/routes/_actions/timeline.js +++ b/src/routes/_actions/timeline.js @@ -276,4 +276,5 @@ export async function showMoreItemsForThread (instanceName, timelineName) { if (process.browser) { window.__database = database; + window.__toast = toast; } diff --git a/src/routes/_layout.html b/src/routes/_layout.html index d60f5a33..25ef1e72 100644 --- a/src/routes/_layout.html +++ b/src/routes/_layout.html @@ -79,6 +79,7 @@