Cross signing: update CHANGES and clean

This commit is contained in:
ganfra 2020-10-12 17:15:38 +02:00
parent 69e624df41
commit d8e9d363fa
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Improvements 🙌:
- Implement "Jump to read receipt" and "Mention" actions on the room member profile screen
- Add Sygnal API implementation to test is Push are correctly received
- Add PushGateway API implementation to test if Push are correctly received
- Cross signing: shouldn't offer to verify with other session when there is not.
Bugfix 🐛:
- Improve support for image/audio/video/file selection with intent changes (#1376)

View File

@ -53,7 +53,6 @@ class VerificationRequestController @Inject constructor(
if (state.selfVerificationMode) {
if (state.hasAnyOtherSession) {
bottomSheetVerificationNoticeItem {
id("notice")
notice(stringProvider.getString(R.string.verification_open_other_to_verify))