forked from LBRYCommunity/lbry-sdk
deprecate report_bug
This commit is contained in:
parent
67a3001a0b
commit
95e12a208d
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ at anytime.
|
|||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
* `report_bug` jsonrpc command
|
||||
*
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -1127,6 +1127,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
log.info("Get version info: " + json.dumps(platform_info))
|
||||
return self._render_response(platform_info)
|
||||
|
||||
@AuthJSONRPCServer.deprecated()
|
||||
def jsonrpc_report_bug(self, message=None):
|
||||
"""
|
||||
Report a bug to slack
|
||||
|
|
Loading…
Add table
Reference in a new issue