Skip to content

Fix : Join meeting button in calendar wasn't working when clicked .

Ghost User requested to merge (removed):GCal-join_button-patch into main

Join meeting button in calendar wasn't working when clicked . This issue was solved by replacing gtk_show_uri() [deprecated] with gtk_uri_launcher_new() and gtk_uri_launcher_launch(). Users can now access meeting links with the help of join button.

This closes issue #826 (closed)

Edited by Ghost User

Merge request reports