Support enabling multiple notification sinks (#344)
This commit is contained in:
@@ -191,7 +191,7 @@ pub fn mock_tunables() -> TunableValues {
|
||||
message_user_color: false,
|
||||
notifications: Notifications {
|
||||
enabled: false,
|
||||
via: NotifyVia::Desktop,
|
||||
via: NotifyVia::default(),
|
||||
show_message: true,
|
||||
},
|
||||
image_preview: None,
|
||||
|
||||
Reference in New Issue
Block a user