From 8533ba645046e03378d7b9fd3048f15c05f332f7 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 25 Aug 2017 21:20:09 +0200 Subject: Handle xmpp ?join and ?message uris --- plugins/omemo/src/encryption_list_entry.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/omemo/src/encryption_list_entry.vala') diff --git a/plugins/omemo/src/encryption_list_entry.vala b/plugins/omemo/src/encryption_list_entry.vala index 7b769e85..2e8905e2 100644 --- a/plugins/omemo/src/encryption_list_entry.vala +++ b/plugins/omemo/src/encryption_list_entry.vala @@ -16,8 +16,8 @@ public class EncryptionListEntry : Plugins.EncryptionListEntry, Object { }} public bool can_encrypt(Entities.Conversation conversation) { - return plugin.app.stream_interaction.get_module(Manager.IDENTITY).can_encrypt(conversation); + return plugin.app.stream_interactor.get_module(Manager.IDENTITY).can_encrypt(conversation); } } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf