mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 08:20:14 +01:00
Update the documentation of the filtering function
This commit is contained in:
parent
487f1bb49d
commit
ac87ddb242
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ def filter_events_for_client(
|
||||||
apply_retention_policies=True,
|
apply_retention_policies=True,
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Check which events a user is allowed to see
|
Check which events a user is allowed to see. If the user can see the event but its
|
||||||
|
sender asked for their data to be erased, prune the content of the event.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
storage
|
storage
|
||||||
|
|
Loading…
Add table
Reference in a new issue