SHA256
Канал root 0 переименован в news в API и документации
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ final class ChannelsReadSupport {
|
||||
}
|
||||
|
||||
static String detectChannelName(Connection c, String ownerBch, int rootNumber) throws SQLException {
|
||||
if (rootNumber == 0) return "0";
|
||||
if (rootNumber == 0) return "news";
|
||||
|
||||
String sql = "SELECT block_bytes FROM blocks WHERE bch_name=? AND block_number=? LIMIT 1";
|
||||
try (PreparedStatement ps = c.prepareStatement(sql)) {
|
||||
|
||||
Reference in New Issue
Block a user