Skip to content

Commit

Permalink
Remove EventType.GroupCallPrefix from widget capabilities (#2399)
Browse files Browse the repository at this point in the history
Its not used anymore.
  • Loading branch information
toger5 authored Jun 17, 2024
1 parent 4acf279 commit 0ed7853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0ed7853

Please sign in to comment.