diff options
| author | fiaxh <git@lightrise.org> | 2019-05-11 09:39:02 -0600 |
|---|---|---|
| committer | fiaxh <git@lightrise.org> | 2019-07-08 18:46:30 +0200 |
| commit | 837de4063dbe398735a5b1d35bde1821c177b555 (patch) | |
| tree | 81c46027a32a9ff14f2c4932260ac97d3574b848 /plugins/omemo/src/encryption_list_entry.vala | |
| parent | 701175fcd3b39aff46f52627af74b4de29363058 (diff) | |
| download | dino-837de4063dbe398735a5b1d35bde1821c177b555.tar.gz | |
OMEMO: Move files to fitting subdirectory
Diffstat (limited to 'plugins/omemo/src/encryption_list_entry.vala')
| -rw-r--r-- | plugins/omemo/src/encryption_list_entry.vala | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/omemo/src/encryption_list_entry.vala b/plugins/omemo/src/encryption_list_entry.vala deleted file mode 100644 index 2e8905e2..00000000 --- a/plugins/omemo/src/encryption_list_entry.vala +++ /dev/null @@ -1,23 +0,0 @@ -namespace Dino.Plugins.Omemo { - -public class EncryptionListEntry : Plugins.EncryptionListEntry, Object { - private Plugin plugin; - - public EncryptionListEntry(Plugin plugin) { - this.plugin = plugin; - } - - public Entities.Encryption encryption { get { - return Entities.Encryption.OMEMO; - }} - - public string name { get { - return "OMEMO"; - }} - - public bool can_encrypt(Entities.Conversation conversation) { - return plugin.app.stream_interactor.get_module(Manager.IDENTITY).can_encrypt(conversation); - } -} - -} |
