Skip to content

Commit

Permalink
Do not assume root activity link is the correct "join call" link
Browse files Browse the repository at this point in the history
Use the link in the activity's 'links'

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra authored and mgallien committed Jan 24, 2025
1 parent 1f3faaf commit ce15373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/CallNotificationDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ ApplicationWindow {
Layout.preferredHeight: Style.callNotificationPrimaryButtonMinHeight

onClicked: {
Qt.openUrlExternally(root.link);
Qt.openUrlExternally(modelData.link);
root.closeNotification();
}

Expand Down

0 comments on commit ce15373

Please sign in to comment.