ssbc / ssb-buttwoo

A new binary feed format for SSB
3 stars 0 forks source link

fix subfeed IDs to escape base64 #6

Closed staltz closed 2 years ago

staltz commented 2 years ago

Context

ssb-ebt CI tests were intermittently failing. See https://github.com/ssbc/ssb-ebt/actions/runs/3255462256/jobs/5344803636

Problem

For feed IDs like ssb:feed/buttwoo-v1/FIRST/SECOND, the SECOND part was not URL-escaped, and it should be.

Solution

Make sure the SECOND part is escaped.

1st :x: 2nd :heavy_check_mark: