ssbc / rooms2

Design doc for the next edition of SSB Room servers
https://ssbc.github.io/rooms2
21 stars 4 forks source link

Use `multiserverAddress` field also for alias JSON #36

Closed staltz closed 3 years ago

staltz commented 3 years ago

@cryptix Need your review again, this one is a simple correction of a name. When we changed the SSB URIs, we specified that multiserver addresses should be multiserverAddress not msaddr nor address (we want to reserve this for generic encodings for the future, e.g. ssb:address:modern:XYZ).

So this PR just updates the JSON response to have the same names as the URI has.

staltz commented 3 years ago

Making assumptions that you're fine this small change, merging so I can also update JS code.