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 {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
|
|
|
@ -61,7 +61,7 @@ const addStatusesToTimeline = (addedStatuses, showImmediately, { statuses, visib
|
||||||
const statusoid = status.retweeted_status || status
|
const statusoid = status.retweeted_status || status
|
||||||
|
|
||||||
statusoid.created_at_parsed = statusoid.created_at
|
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) {
|
if (statusoid.nsfw === undefined) {
|
||||||
const nsfwRegex = /#nsfw/i
|
const nsfwRegex = /#nsfw/i
|
||||||
|
|
Loading…
Reference in a new issue