Template of a custom feed generator service for the Bluesky network in Ruby

added comment about posts.data column

Changed files
+2
app
+2
app/firehose_stream.rb
··· 77 77 78 78 begin 79 79 text = op.raw_record['text'] 80 + 81 + # tip: if you don't need full record data for debugging, delete the data column in posts 80 82 post = Post.new( 81 83 repo: op.repo, 82 84 time: msg.time,