mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 08:10:24 +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>;
|
||||
};
|
||||
broadcast: {
|
||||
name: 'bloadcast';
|
||||
name: 'broadcast';
|
||||
spec: EventUnionFromMkJSTypes<StreamTypes.BroadcasrEvents>;
|
||||
};
|
||||
user: {
|
||||
|
|
Loading…
Reference in a new issue