mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 08:10:24 +01:00
edit comment
This commit is contained in:
parent
1590cf000f
commit
cd36102b90
1 changed files with 1 additions and 2 deletions
|
@ -224,7 +224,7 @@ export interface AdminStreamTypes {
|
|||
}
|
||||
//#endregion
|
||||
|
||||
//#region 名前とメッセージのペアを中間生成
|
||||
// name/messages(spec) pairs dictionary
|
||||
export type StreamMessages = {
|
||||
internal: {
|
||||
name: 'internal';
|
||||
|
@ -291,7 +291,6 @@ export type StreamMessages = {
|
|||
spec: PackedNote;
|
||||
};
|
||||
};
|
||||
//#endregion
|
||||
|
||||
// API event definitions
|
||||
// ストリームごとのEmitterの辞書を用意
|
||||
|
|
Loading…
Reference in a new issue