mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
typo
This commit is contained in:
parent
f0ac0aa84d
commit
ac49a3e992
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ export type GlobalEvents = {
|
||||||
name: 'notesStream';
|
name: 'notesStream';
|
||||||
payload: Serialized<Packed<'Note'>>;
|
payload: Serialized<Packed<'Note'>>;
|
||||||
};
|
};
|
||||||
chat: {
|
chatUser: {
|
||||||
name: `chatUserStream:${MiUser['id']}-${MiUser['id']}`;
|
name: `chatUserStream:${MiUser['id']}-${MiUser['id']}`;
|
||||||
payload: EventTypesToEventPayload<ChatEventTypes>;
|
payload: EventTypesToEventPayload<ChatEventTypes>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue