Patrick Cloke

Results 52 issues of Patrick Cloke

But we assume it is not, see https://github.com/matrix-org/synapse/pull/16505#discussion_r1364472224

S-Minor
T-Task
O-Uncommon

`last_sent_ts` and `throttle_ms` are nullable, but that doesn't really make sense and we assume it always returns / sets ints. See https://github.com/matrix-org/synapse/pull/16505#discussion_r1364466510

S-Minor
T-Task
O-Uncommon

From our [Twitter conversation](https://twitter.com/andrewgodwin/status/777542153538899968) a long time ago! Some of the notes in here seem pretty far from my experiences growing up (and still living) in the Northeast US. I've...

Synapse has a variety of unit tests for MSC2675 / MSC3440 (and MSC2676 / MSC2677, but those are still unstable). Some of those would be good to be complement tests...

Currently the build tags get duplicated in a handful of places: * Complement [CI in GHA](https://github.com/matrix-org/complement/blob/186321ff9299a33d9c9ddd468b1529e7224d38ed/.github/workflows/ci.yaml#L25-L32) * ~~Complement [CI](https://github.com/matrix-org/pipelines/blob/22c9dbecababac41f1383bb41125de961bd31d14/complement/pipeline.yml#L35) in [Buildkite](https://github.com/matrix-org/pipelines/blob/22c9dbecababac41f1383bb41125de961bd31d14/complement/pipeline.yml#L62)~~ * Synapse [CI in GHA](https://github.com/matrix-org/synapse/blob/11540be55ed15da920fa6f3ea805315517c02c76/.github/workflows/tests.yml#L347) * Synapse [`complement.sh` script](https://github.com/matrix-org/synapse/blob/11540be55ed15da920fa6f3ea805315517c02c76/scripts-dev/complement.sh#L68)...

### Description The [`/relations` endpoint](https://spec.matrix.org/v1.4/client-server-api/#get_matrixclientv1roomsroomidrelationseventid) does not return an `original_event` field, yet the [matrix-android-sdk2 uses it](https://github.com/matrix-org/matrix-android-sdk2/blob/a4a039b04332746f9592d821512fbc87d11e7ee1/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/relation/RelationsResponse.kt#L25). We would like to remove support for this from Synapse in < 6 months....

matrix-sdk
T-Task

[Rendered](https://github.com/matrix-org/matrix-doc/blob/clokep/batch-state/proposals/3192-batch-state.md)

proposal
client-server
kind:maintenance
needs-implementation

Implementation of [MSC4133](https://github.com/matrix-org/matrix-spec-proposals/pull/4133) to support custom profile fields. It is behind an experimental flag and includes tests. ### Pull Request Checklist * [x] Pull request is based on the develop...

[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/clokep/profile-tz/proposals/4175-profile-field-time-zone.md) Signed-off-by: Patrick Cloke ---- Implementations: * Element Web: element-hq/matrix-react-sdk#20 * gomuks: tulir/gomuks#574 ---- SCT: [FCP tickyboxes](https://github.com/matrix-org/matrix-spec-proposals/pull/4175#issuecomment-2880046266) [MSC checklist](https://github.com/matrix-org/matrix-spec-proposals/pull/4175#issuecomment-2880830667)

proposal
client-server
proposed-final-comment-period
disposition-merge
kind:feature
unresolved-concerns

- Program: Authoritative - Issue type: Bug report ### Short description Trying to transfer a zone using the remote backend with a Unix connector with a zone that "isn't that...

auth
defect
hacktoberfest