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