We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeba61e commit d8a1cfeCopy full SHA for d8a1cfe
packages/host/app/components/matrix/room-message.gts
@@ -34,7 +34,7 @@ interface Signature {
34
// use a RoomResource as an arg instead of message to keep this component stable
35
// when new messages are received--otherwise a RoomMessage component is created for
36
// _every_ matrix event received regardless if the event had anything to do with this
37
- // message--probably the
+ // message.
38
roomResource: RoomResource;
39
index: number;
40
monacoSDK: MonacoSDK;
0 commit comments