We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7852eaf + 0935014 commit bd027adCopy full SHA for bd027ad
src/components/JoinRoomForm.tsx
@@ -153,6 +153,8 @@ export function JoinRoomForm ({
153
onDisconnection(room.sessionId));
154
155
room.onMessage("__playground_message_types", (types) => {
156
+ // sort message types for a clear view
157
+ types.sort();
158
// global message types by room name
159
messageTypesByRoom[room.name] = types;
160
0 commit comments