mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
optional \n
This commit is contained in:
@@ -1303,7 +1303,6 @@ impl ChatId {
|
|||||||
ret += &encr_info.reset.join("\n");
|
ret += &encr_info.reset.join("\n");
|
||||||
}
|
}
|
||||||
if !encr_info.no_preference.is_empty() {
|
if !encr_info.no_preference.is_empty() {
|
||||||
ret.push('\n');
|
|
||||||
if !ret.is_empty() {
|
if !ret.is_empty() {
|
||||||
ret.push('\n');
|
ret.push('\n');
|
||||||
}
|
}
|
||||||
@@ -1312,7 +1311,6 @@ impl ChatId {
|
|||||||
ret += &encr_info.no_preference.join("\n");
|
ret += &encr_info.no_preference.join("\n");
|
||||||
}
|
}
|
||||||
if !encr_info.mutual.is_empty() {
|
if !encr_info.mutual.is_empty() {
|
||||||
ret.push('\n');
|
|
||||||
if !ret.is_empty() {
|
if !ret.is_empty() {
|
||||||
ret.push('\n');
|
ret.push('\n');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user