SpikeHD / rsRPC

Rust implementation of the Discord RPC server
MIT License
14 stars 2 forks source link

depreciate removed summary field #2

Closed 0xk1f0 closed 9 months ago

0xk1f0 commented 9 months ago

What does this PR do

As per observation of the latest version of arrpc's detectable.json, it seems like the summary field was removed entirely. This causes the current version to panic when trying to start with ./rsrpc -d ./detectable.json.

This simply removes occurrences of the summary field. I hope I did not miss anything.