Edit Comments added to API + mega-update #27

Merged
osilkin98 merged 11 commits from update into master 2020-01-03 21:36:26 +01:00
osilkin98 commented 2019-12-31 11:22:18 +01:00 (Migrated from github.com)

1. API now contains a method edit_comment

Replaces old comment's body and signature

FIELD TYPE DESCRIPTION
comment_id string Identifying hash of the comment to be edited
comment string Message to replace old body
channel_id string ID of the channel the comment was posted under
channel_name string Name of the channel the comment was posted under
signature string New signature using the replacement comment body
signing_ts string New timestamp used in signature
#### 1. API now contains a method `edit_comment` Replaces old comment's body and signature | FIELD | TYPE | DESCRIPTION | |--- |--- |--- | | comment_id | string | Identifying hash of the comment to be edited | | comment | string | Message to replace old body | | channel_id | string | ID of the channel the comment was posted under | | channel_name | string | Name of the channel the comment was posted under | | signature | string | New signature using the replacement comment body | | signing_ts | string | New timestamp used in signature |
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/comment-server#27
No description provided.