mark messages with a black shield if the megolm session isn't trusted

This commit is contained in:
Hubert Chathi 2020-06-18 21:57:33 -04:00
parent 94f52c4ee2
commit c690cfc6c5
4 changed files with 45 additions and 13 deletions

View file

@ -354,6 +354,11 @@ limitations under the License.
opacity: 1;
}
.mx_EventTile_e2eIcon_unauthenticated {
background-image: url('$(res)/img/e2e/normal.svg');
opacity: 1;
}
.mx_EventTile_e2eIcon_hidden {
display: none;
}