File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ export enum RelationType {
163
163
// moreover, our tests currently use the unstable prefix. Use THREAD_RELATION_TYPE.name.
164
164
// Once we support *only* the stable prefix, THREAD_RELATION_TYPE can die and we can switch to this.
165
165
Thread = "m.thread" ,
166
- unstable_RTCParentEvent = "org.matrix.msc4075.rtc.parent_event " ,
167
- unstable_RTCDecline = "org.matrix.msc4075.rtc.decline" ,
166
+ unstable_RTCNotificationParent = "org.matrix.msc4075.rtc.notification.parent " ,
167
+ unstable_RTCNotificationDecline = "org.matrix.msc4075.rtc.notification .decline" ,
168
168
}
169
169
170
170
export enum MsgType {
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ export class MatrixRTCSession extends TypedEventEmitter<
582
582
"notification_type" : notificationType ,
583
583
"m.relates_to" : {
584
584
event_id : parentEventId ,
585
- rel_type : RelationType . unstable_RTCParentEvent ,
585
+ rel_type : RelationType . unstable_RTCNotificationParent ,
586
586
} ,
587
587
"sender_ts" : Date . now ( ) ,
588
588
"lifetime" : 30_000 , // 30 seconds
You can’t perform that action at this time.
0 commit comments