* Dont trim before posting (close #1621) * Tweak: do trim end
This commit is contained in:
@@ -94,7 +94,7 @@ export async function post(store: RootStoreModel, opts: PostOpts) {
|
||||
| undefined
|
||||
let reply
|
||||
let rt = new RichText(
|
||||
{text: opts.rawText.trim()},
|
||||
{text: opts.rawText.trimEnd()},
|
||||
{
|
||||
cleanNewlines: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user