diff --git a/v2/proto/result.proto b/v2/proto/result.proto index d0b9e8b..a0acec3 100644 --- a/v2/proto/result.proto +++ b/v2/proto/result.proto @@ -56,9 +56,5 @@ message Error { message Blocked { uint32 count = 1; - oneof reason { - bytes reposted_in_channel = 2; - bytes in_channel = 3; - string has_tag = 4; - } + bytes channel_hash = 2; }