forked from AkkomaGang/akkoma-fe
Small css fix, don't parse html for now.
This commit is contained in:
parent
a9d65a488f
commit
7e17600ee9
2 changed files with 1 additions and 2 deletions
|
@ -91,7 +91,6 @@
|
|||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
border: 1px solid;
|
||||
border-radius: 0.5em;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue