mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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;
|
++i;
|
||||||
}
|
}
|
||||||
if (!text.text.isEmpty() && !text.text.endsWith('\n')) {
|
|
||||||
text.text.append('\n');
|
|
||||||
}
|
|
||||||
return std::move(text);
|
return std::move(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue