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.
|
# TODO: Look into blind trust stuff.
|
||||||
# https://gist.github.com/mar-v-in/b683220a55bc65dcdafc809be9c5d0e4
|
# https://gist.github.com/mar-v-in/b683220a55bc65dcdafc809be9c5d0e4
|
||||||
trust_states = {
|
# trust_states = {
|
||||||
'accepted': {
|
# 'accepted': {
|
||||||
'verified',
|
# 'verified',
|
||||||
'accepted',
|
# 'accepted',
|
||||||
}, 'rejected': {
|
# }, 'rejected': {
|
||||||
'undecided',
|
# 'undecided',
|
||||||
'distrusted',
|
# 'distrusted',
|
||||||
},
|
# },
|
||||||
}
|
# }
|
||||||
supported_tab_types = (DynamicConversationTab, StaticConversationTab, MucTab)
|
supported_tab_types = (DynamicConversationTab, StaticConversationTab, MucTab)
|
||||||
|
|
||||||
default_config = {
|
default_config = {
|
||||||
|
|
Loading…
Reference in a new issue