Skip to content

Commit

Permalink
Fixes #1997 - Be more specific with the widget permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed May 29, 2024
1 parent ca16f63 commit 66a8f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class ElementCallWidgetDriver: WidgetCapabilitiesProvider, ElementCallWidgetDriv
// MARK: - WidgetCapabilitiesProvider

func acquireCapabilities(capabilities: WidgetCapabilities) -> WidgetCapabilities {
capabilities
getElementCallRequiredPermissions(ownUserId: room.ownUserId())
}

// MARK: - Private
Expand Down

0 comments on commit 66a8f6f

Please sign in to comment.