sforkowany z mirror/soapbox
ScheduledStatuses: whitespace fix
rodzic
d411365601
commit
b462c21d5b
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue