Remove EventType.GroupCallPrefix from widget capabilities (#2399)

Its not used anymore.
This commit is contained in:
Timo 2024-06-17 20:04:49 +02:00 committed by GitHub
parent 4acf279f32
commit 0ed7853958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [