Revert "web: don't do complicated hiding logic"
This reverts commit 8c4d87a993
.
This commit is contained in:
parent
8c4d87a993
commit
5e9a0f44ca
2 changed files with 2 additions and 2 deletions
|
@ -1041,7 +1041,7 @@ function delete_post_confirm(evid) {
|
|||
}
|
||||
|
||||
function shouldnt_render_event(our_pk, view, ev, opts) {
|
||||
return opts.is_boost_event || opts.is_composing
|
||||
return !opts.is_boost_event && !opts.is_composing && view.rendered.has(ev.id)
|
||||
}
|
||||
|
||||
function press_logout() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue