mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-05 04:15:58 +00:00
Remove EventType.GroupCallPrefix from widget capabilities (#2399)
Its not used anymore.
This commit is contained in:
@@ -123,7 +123,6 @@ export const widget = ((): WidgetHelpers | null => {
|
||||
const receiveState = [
|
||||
{ eventType: EventType.RoomMember },
|
||||
{ eventType: EventType.RoomEncryption },
|
||||
{ eventType: EventType.GroupCallPrefix },
|
||||
{ eventType: EventType.GroupCallMemberPrefix },
|
||||
];
|
||||
const sendRecvToDevice = [
|
||||
|
||||
Reference in New Issue
Block a user