working on showing single posts for users we dont know about
This commit is contained in:
@@ -29,7 +29,7 @@ export async function compressString(input) {
|
||||
// Read the compressed data from the stream
|
||||
const compressedArray = await new Response(compressionStream.readable).arrayBuffer();
|
||||
// Convert the compressed data to a Uint8Array
|
||||
return new Uint8Array(compressedArray);
|
||||
return compressedArray;
|
||||
}
|
||||
// Base58 character set
|
||||
// const BASE58_ALPHABET = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
|
||||
|
||||
Reference in New Issue
Block a user