d5485d09ae
When OMEMO isn't possible, render it as grey. This change makes OMEMO for MUCs easier, since there I anticipate that OMEMO support might change dynamically based on who enters/exits the room. updates #1180
5 lines
232 B
HTML
5 lines
232 B
HTML
<li class="toggle-omemo fa
|
|
{[ if (!o.omemo_supported) { ]} disabled {[ } ]}
|
|
{[ if (o.omemo_active) { ]} fa-lock {[ } else { ]} fa-unlock {[ } ]}"
|
|
title="{{{o.__('Messages are being sent in plaintext')}}}"></li>
|