Don't forget to lycansubscribe

return parsed terms in the response

Changed files
+1 -1
app
+1 -1
app/server.rb
··· 80 80 items.map(&:post).map(&:at_uri) 81 81 end 82 82 83 - json_response(posts: post_uris, cursor: items.last&.cursor) 83 + json_response(terms: terms, posts: post_uris, cursor: items.last&.cursor) 84 84 end 85 85 86 86 get '/.well-known/did.json' do