This commit is contained in:
Lex Berezhny 2020-09-24 20:09:46 -04:00
parent 34e44ebd1c
commit eb5d2198fc

View file

@ -5273,9 +5273,8 @@ class Daemon(metaclass=JSONRPCServerType):
@requires(WALLET_COMPONENT)
async def jsonrpc_comment_react(
self, comment_id, channel_name=None, channel_id=None,
channel_account_id=None, remove=False, clear_types=None, react_type=None, wallet_id=None
):
self, comment_id, channel_name=None, channel_id=None,
channel_account_id=None, remove=False, clear_types=None, react_type=None, wallet_id=None):
"""
Create and associate a reaction emoji with a comment using your channel identity.
@ -5328,9 +5327,8 @@ class Daemon(metaclass=JSONRPCServerType):
@requires(WALLET_COMPONENT)
async def jsonrpc_comment_react_list(
self, comment_id, channel_name=None, channel_id=None,
channel_account_id=None, react_types=None, wallet_id=None
):
self, comment_id, channel_name=None, channel_id=None,
channel_account_id=None, react_types=None, wallet_id=None):
"""
List reactions emoji with a claim using your channel identity.