mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-08-23 17:47:27 +00:00
censoring_channel_hash->censoring_channel_id
This commit is contained in:
parent
b857eb38b2
commit
80ab0e7cd3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ type record struct {
|
||||||
ChannelId string `json:"channel_id"`
|
ChannelId string `json:"channel_id"`
|
||||||
RepostedClaimId string `json:"reposted_claim_id"`
|
RepostedClaimId string `json:"reposted_claim_id"`
|
||||||
CensorType uint32 `json:"censor_type"`
|
CensorType uint32 `json:"censor_type"`
|
||||||
CensoringChannelHash string `json:"censoring_channel_hash"`
|
CensoringChannelHash string `json:"censoring_channel_id"`
|
||||||
ShortUrl string `json:"short_url"`
|
ShortUrl string `json:"short_url"`
|
||||||
CanonicalUrl string `json:"canonical_url"`
|
CanonicalUrl string `json:"canonical_url"`
|
||||||
IsControlling bool `json:"is_controlling"`
|
IsControlling bool `json:"is_controlling"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue