mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 13:49:52 -07:00
Add configuration option for hiding state events (#447)
This commit is contained in:
parent
ba7d0392d8
commit
c420c9dd65
3 changed files with 20 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue