From 05561dd677b4098d1a618bcc3e01fc77c5ce19de Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sun, 17 Nov 2019 17:53:46 +0100 Subject: Parse presence delivery errors when joining MUC fixes #224 --- main/src/ui/application.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'main/src/ui/application.vala') diff --git a/main/src/ui/application.vala b/main/src/ui/application.vala index d9377aeb..138411a0 100644 --- a/main/src/ui/application.vala +++ b/main/src/ui/application.vala @@ -169,7 +169,6 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application { content_area.add(conference_fragment); dialog.response.connect((response_id) => { if (response_id == ResponseType.OK) { - stream_interactor.get_module(MucManager.IDENTITY).join(conference_fragment.account, new Jid(conference_fragment.jid), conference_fragment.nick, conference_fragment.password); dialog.destroy(); } else if (response_id == ResponseType.CANCEL) { dialog.destroy(); -- cgit v1.2.3-54-g00ecf