1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-01-03 12:51:14 +00:00

Redesign disabled feed system

This commit is contained in:
Cadence Ember
2020-04-22 23:59:45 +12:00
parent 8300744d87
commit b7d3309a2b
9 changed files with 210 additions and 89 deletions

View File

@@ -245,7 +245,7 @@ class TimelineEntry extends TimelineBaseMethods {
Readers should display the description as HTML rather than using the media enclosure.
enclosure: {
url: this.data.display_url,
type: "image/jpeg" //TODO: can instagram have PNGs? everything is JPEG according to https://medium.com/@autolike.it/how-to-avoid-low-res-thumbnails-on-instagram-android-problem-bc24f0ed1c7d
type: "image/jpeg" // Instagram only has JPEGs as far as I can tell
}
*/
}