This commit is contained in:
Thomas Mathews 2023-01-24 15:26:04 -08:00
parent 0691317d19
commit 7ff9394795
2 changed files with 6 additions and 4 deletions

View file

@ -212,6 +212,7 @@ function view_timeline_update(model) {
const opts = {
thread_id: el.dataset.threadId,
pubkey: el.dataset.pubkey,
hide_replys: el.dataset.hideReplys == "true",
};
let count = 0;