Fix
This commit is contained in:
parent
0691317d19
commit
7ff9394795
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue