Update misskey-js/streaming.ts

This commit is contained in:
2025-01-01 18:51:53 +00:00
parent bcd65e304e
commit e489624213
2 changed files with 80 additions and 154 deletions

View File

@@ -218,6 +218,9 @@ function initializeStream() {
{
token: Bun.env["MISSKEY_CREDENTIAL"] ?? "",
},
{
binaryType: "arraybuffer"
}
) as unknown as MisskeyStream;
channel = stream.useChannel("main");