mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Remove newline in support mode message edit.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user