Show Navigation
Conversation
Notices
-
@xj9 @sivy it could be emulated with CSS technically, but that'd be inefficient. the problem is that pleroma does not process remote attachments in any way, as that would require storing them locally. (we do have a remote media cache via mediaproxy but that's strictly a cache)
-
@xj9 @sivy
what would make it work is if the blurhash was stored alongside the attachment object in the messages. but I don't like blurhash for other reasons -- the reference algorithm is inefficient and doesn't work using scanlines