sforkowany z mirror/soapbox
ScheduledStatuses: whitespace fix
rodzic
d411365601
commit
b462c21d5b
|
@ -14,7 +14,7 @@ export const buildStatus = (state, scheduledStatus) => {
|
||||||
application: null,
|
application: null,
|
||||||
bookmarked: false,
|
bookmarked: false,
|
||||||
card: null,
|
card: null,
|
||||||
content: params.get('text'),
|
content: params.get('text', '').replaceAll('\n', '<br>'),
|
||||||
created_at: params.get('scheduled_at'),
|
created_at: params.get('scheduled_at'),
|
||||||
emojis: [],
|
emojis: [],
|
||||||
favourited: false,
|
favourited: false,
|
||||||
|
|
Ładowanie…
Reference in New Issue