mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Add "default_room" to profile settings (#25)
This commit is contained in:
parent
b968d8c4a2
commit
4337be108b
3 changed files with 13 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue