Stop declaring trust states until they're actually handled
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
edb36a6b37
commit
80f2cf74d9
1 changed files with 9 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue