Merge branch 'scheduled-post-whitespace-fix' into 'develop'
ScheduledStatuses: whitespace fix Closes #703 See merge request soapbox-pub/soapbox-fe!639
This commit is contained in:
commit
b833284d86
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export const buildStatus = (state, scheduledStatus) => {
|
|||
application: null,
|
||||
bookmarked: false,
|
||||
card: null,
|
||||
content: params.get('text'),
|
||||
content: params.get('text', '').replaceAll('\n', '<br>'),
|
||||
created_at: params.get('scheduled_at'),
|
||||
emojis: [],
|
||||
favourited: false,
|
||||
|
|
Loading…
Reference in a new issue