Doug

Results 42 issues of Doug

### Steps to reproduce 1. From All Chats screen, select a chat in the sidebar. ### Outcome #### What happened? When the room loads, you can see the old message...

T-Defect
Z-AppLayout

Hoping to make a follow-up PR to #1689 to add watchOS support, although in the current state this doesn't yet work for all of the targets: - `aarch64-apple-watchos` is the...

#1245 exposed `MembershipState` to the FFI but left ` _Custom(PrivOwnedStr)` for later. This will need to be implemented.

bug
Security
bindings
panic

The authentication service grew too big for the FFI a long time ago. It needs moving into the main SDK and properly covering with tests.

Now that https://github.com/matrix-org/sliding-sync/pull/304 has been merged, there's a new parameter that can be included on `RoomSubscription` - [`include_heroes: Bool`](https://github.com/matrix-org/sliding-sync/pull/304/files#diff-6c24ba2ad5df22c2d7ddc50e12fc731b05b2aaa115e0993220bd41ad8ed69714R572) which will in turn include the [heroes](https://github.com/matrix-org/sliding-sync/blob/20c361ffc57e99e2b02ce73964c4eb2c8dbf71a9/internal/roomname.go#L157-L161) in the sync response.

good first issue

OIDC discovery through the .well-known is going to be replaced with a dedicated [CS API](https://github.com/matrix-org/matrix-spec-proposals/pull/2965/commits/e9e3ee19be70327fde44154b021b667a5250b622) to allow for OIDC authentication without requiring homeserver discovery to take place first. I would...

Hey, first off thanks for Danger Swift - it's made such a difference to our workflow 🙌 I just tried configuring our GitHub workflow to use the `latest` tag like...

This can be taken in 2 parts: - [ ] Test registration part of `AuthenticationService` and `RegistrationWizard` (ready now). - [ ] Test login part of `AuthenticationService` and `LoginWizard` (pending...

T-Task
Z-FTUE
A-Authentication

When a message fails to send, the standard text "Messages failed to send" is shown. Regarding videos, along with network issues, the failure could also be because of: - The...

A-Composer
Z-Papercuts
Z-D1

### Your use case #### What would you like to do? Join a call by pasting the link into the `Name of call` text field. #### Why would you like...

T-Enhancement