mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 01:30:23 +01:00
fix
This commit is contained in:
parent
ac3dbcb114
commit
3500705585
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ interface StreamMessages {
|
||||||
spec: EventUnionFromDictionary<InternalStreamTypes>;
|
spec: EventUnionFromDictionary<InternalStreamTypes>;
|
||||||
};
|
};
|
||||||
broadcast: {
|
broadcast: {
|
||||||
name: 'bloadcast';
|
name: 'broadcast';
|
||||||
spec: EventUnionFromMkJSTypes<StreamTypes.BroadcasrEvents>;
|
spec: EventUnionFromMkJSTypes<StreamTypes.BroadcasrEvents>;
|
||||||
};
|
};
|
||||||
user: {
|
user: {
|
||||||
|
|
Loading…
Reference in a new issue