Minor fix for view fetching data

This commit is contained in:
Thomas Mathews 2022-12-27 10:38:53 -08:00
parent 1847b64855
commit f706ed17d0
2 changed files with 5 additions and 2 deletions

View file

@ -19,6 +19,9 @@ const SID_PROFILES = "profiles";
const SID_THREAD = "thread";
const SID_FRIENDS = "friends";
// TODO notifications view needs to show replys to threads without mentions not
// sure how to achieve this just yet
// This is our main entry.
// https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContentLoaded_event
addEventListener('DOMContentLoaded', (ev) => {