feat: Run visibility checks on bundled relations
This commit is contained in:
parent
11012a9ce1
commit
8586d747d1
3 changed files with 27 additions and 13 deletions
|
|
@ -31,8 +31,6 @@ pub(crate) async fn get_threads_route(
|
|||
.transpose()?
|
||||
.unwrap_or_else(PduCount::max);
|
||||
|
||||
// TODO: user_can_see_event and set_unsigned should be at the same level /
|
||||
// function, so unsigned is only set for seen events.
|
||||
let threads: Vec<(PduCount, PduEvent)> = services
|
||||
.rooms
|
||||
.threads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue