Skip to content
Snippets Groups Projects
Commit 88d960b9 authored by lain's avatar lain
Browse files

Make created_at_parsed reactive.

parent 79805584
Branches
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@ const addStatusesToTimeline = (addedStatuses, showImmediately, { statuses, visib
// Add some html and nsfw to the statuses.
each(addedStatuses, (status) => {
const statusoid = status.retweeted_status || status
statusoid.created_at_parsed = statusoid.created_at
if (statusoid.parsedText === undefined) {
// statusoid.parsedText = statusParserService.parse(statusoid)
statusoid.parsedText = statusoid.text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment