summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream/channels/reversi.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pass NoteEntityService through Channel constructor instead of method argsHazelnoot2025-02-251-1/+5
|
* kill any from streaming API Implementation (#14251)anatawa122024-07-181-1/+2
| | | | | | | | | | | | | | | * chore: add JsonValue type * refactor: kill any from Connection.ts * refactor: fix StreamEventEmitter contains undefined instead of null * refactor: kill any from channels * docs(changelog): Fix: Steaming APIが不正なデータを受けた場合の動作が不安定である問題 * fix license header * fix lints
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* feat: reversisyuilo2024-01-191-0/+52
Resolve #12962