mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Remove newline in support mode message edit.
This commit is contained in:
@@ -197,9 +197,6 @@ TextWithEntities StripSupportHashtag(TextWithEntities &&text) {
|
||||
}
|
||||
++i;
|
||||
}
|
||||
if (!text.text.isEmpty() && !text.text.endsWith('\n')) {
|
||||
text.text.append('\n');
|
||||
}
|
||||
return std::move(text);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user