arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Add ability to write reactions #12

Closed arj03 closed 3 years ago

arj03 commented 4 years ago

Right now we can only display. Format:

{
  type: 'vote',
  vote: {
    link: '%bOMvZd2pEgchYiAbKVALYLz0y2+tpTxxPztYOrFs04A=.sha256',
    value: 1,
    expression: '😄'
  }
}