diff --git a/poezio_omemo/__init__.py b/poezio_omemo/__init__.py index 241331e..3dfa719 100644 --- a/poezio_omemo/__init__.py +++ b/poezio_omemo/__init__.py @@ -56,15 +56,15 @@ class Plugin(E2EEPlugin): # TODO: Look into blind trust stuff. # https://gist.github.com/mar-v-in/b683220a55bc65dcdafc809be9c5d0e4 - trust_states = { - 'accepted': { - 'verified', - 'accepted', - }, 'rejected': { - 'undecided', - 'distrusted', - }, - } + # trust_states = { + # 'accepted': { + # 'verified', + # 'accepted', + # }, 'rejected': { + # 'undecided', + # 'distrusted', + # }, + # } supported_tab_types = (DynamicConversationTab, StaticConversationTab, MucTab) default_config = {