Add "default_room" to profile settings (#25)

This commit is contained in:
Benjamin Große 2023-01-28 14:09:40 -08:00 committed by Ulyssa
parent b968d8c4a2
commit 4337be108b
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
3 changed files with 13 additions and 1 deletions

View file

@ -168,6 +168,7 @@ pub fn mock_dirs() -> DirectoryValues {
pub fn mock_tunables() -> TunableValues {
TunableValues {
default_room: None,
read_receipt_send: true,
read_receipt_display: true,
typing_notice_send: true,