Add configuration option for hiding state events (#447)

This commit is contained in:
Ulyssa 2025-06-04 19:36:21 -07:00 committed by GitHub
parent ba7d0392d8
commit c420c9dd65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 11 deletions

View file

@ -177,6 +177,7 @@ pub fn mock_tunables() -> TunableValues {
read_receipt_display: true,
request_timeout: 120,
sort: SortOverrides::default().values(),
state_event_display: true,
typing_notice_send: true,
typing_notice_display: true,
users: vec![(TEST_USER5.clone(), UserDisplayTunables {