Small css fix, don't parse html for now.

This commit is contained in:
Roger Braun 2016-11-18 00:43:36 +01:00
parent a9d65a488f
commit 7e17600ee9
2 changed files with 1 additions and 2 deletions

View File

@ -91,7 +91,6 @@
img {
width: 100%;
height: 100%;
flex: 1;
border: 1px solid;
border-radius: 0.5em;

View File

@ -61,7 +61,7 @@ const addStatusesToTimeline = (addedStatuses, showImmediately, { statuses, visib
const statusoid = status.retweeted_status || status
statusoid.created_at_parsed = statusoid.created_at
statusoid.statusnet_html = parse(statusoid.statusnet_html)
// statusoid.statusnet_html = parse(statusoid.statusnet_html)
if (statusoid.nsfw === undefined) {
const nsfwRegex = /#nsfw/i