fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
286 stars 42 forks source link

Add rendering of blog messages. #449

Closed black-puppydog closed 4 years ago

black-puppydog commented 4 years ago

What's the problem you solved?

blog type messages were not getting rendered besides the generic JSON dump.

What solution are you recommending?

This PR simply loads the blob during the transform() call.

I'm unsure though how this everything should be handled in public mode. The blog message itself might be private, or it might reference a boxed blob... what then?

black-puppydog commented 4 years ago

test message: %H1Z9w2inv5YSaqD4UNwsfRy+vGfovkrK1kl6zhIQVz4=.sha256

christianbundy commented 4 years ago

Thanks for this patch!