Valere Fedronic

Results 100 issues of Valere Fedronic

Related to this [epic](https://github.com/vector-im/element-meta/issues/749) Inspired from the knocking join rule, when joining a room a user should be able to request access to history Existing members of the room with...

Team: Crypto
T-Enhancement
O-Occasional
A-E2EE
Z-Chronic
A-Room

## User story As a user, if I log out my last device, other users should still be able to send messages to me and I should be able to...

T-Epic
Team: Crypto
customer-retainer

EXI equivalent https://github.com/element-hq/element-x-ios/issues/2932 Part of Invisible Crypto Depends on https://github.com/matrix-org/matrix-rust-sdk/issues/3566

A-E2EE

## The problem Examples: - Web does not set up key backup until the user sets up 4S ("set up secure backup"), whereas Element X sets up key backup automatically...

T-Defect
S-Minor
A-E2EE-Key-Backup
O-Occasional

### Description * As a User * I want to see when a user has been verified * So that I know that the communication channel is authentic beyond doubt...

App: ElementX Android
App: ElementX iOS
T-User Story
Team: Element X Platform

part of https://github.com/element-hq/crypto-internal/issues/308 When [OnlySignedDeviceIsolationMode](https://github.com/element-hq/element-x-android/blob/5a4e5d057551d0aabe280cb130bdc444e578dcba/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt#L126) is enabled, messages sent from insecure devices will fail to decrypt. This is an expected UTD and should not be reported to posthog Same for...

part of https://github.com/element-hq/crypto-internal/issues/308 When [OnlySignedDeviceIsolationMode](https://github.com/element-hq/element-x-android/blob/5a4e5d057551d0aabe280cb130bdc444e578dcba/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt#L126) is enabled, messages sent from insecure devices will fail to decrypt. Currently these messages will be displayed as regular UTD: We need to show a...

part of https://github.com/element-hq/crypto-internal/issues/308 When [OnlySignedDeviceIsolationMode](https://github.com/element-hq/element-x-android/blob/5a4e5d057551d0aabe280cb130bdc444e578dcba/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt#L126) is enabled, messages sent from insecure devices will fail to decrypt. Currently these messages will be displayed as regular UTD: Ultimatly these messages should be...

As a fresh user (`eve`) I created a DM with `Alice`. I then noticed a verified badge on alice ![image](https://github.com/user-attachments/assets/2cb95b39-df6b-42f7-80da-2add045a8a84) I double check on the console, and Alice is not...

T-Defect
S-Minor
A-E2EE-SAS-Verification
O-Uncommon
A-DM-Start

Modify the SendQueue in order to persist the error that cause the event to fail to send as a `QueueWedgeError`. The `QueueWedgeError` is not a 1:1 mapping for all kinds...