mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Cross signing: update CHANGES and clean
This commit is contained in:
parent
69e624df41
commit
d8e9d363fa
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue