Skip to content

Audio mix

mix irving requested to merge audio-mix into audio

@luandro this branch just adds the start of name-rendering to the app. I've done this by fetching names in the api.js and attaching them to the data being sent over.

  • network page
    • gets names in back end for connected-peers
    • displays in UI
  • feed
    • gets names for each audio message (haven't tested yet)
    • displaying in UI

this adds module ssb-backlinks which I forgot was a dep of ssb-about

This is not tidy, but is ready to merge if it's ok. I can keep working on parts of this while you sleep!

Merge request reports