Skip to content

Commit d502ffc

Browse files
committed
fix: notification fields names in DeprecatedConfigKey message
1 parent 159cc89 commit d502ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ impl Config {
258258
{
259259
keys.push(DeprecatedConfigKey {
260260
key: "notifications",
261-
message: "boolean format is deprecated; use [notifications] section with enabled, show_sender_name, show_message_preview, and show_reactions fields",
261+
message: "boolean format is deprecated; use [notifications] section with enabled, show_message_text, show_message_chat, show_reactions and mute_reactions_bell fields",
262262
});
263263
}
264264

0 commit comments

Comments
 (0)