mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-22 00:57:09 +02:00
Remove newline in support mode message edit.
This commit is contained in:
parent
f8d900d7fb
commit
96acecc35b
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue