Patrick Cloke
Patrick Cloke
I'm having a failing test still, not quite sure what's going on...
> Sorry to hear that but thanks for your time implementing it all, experimenting and finding out that it didn't quite match up to what was needed. Thanks! It was...
Hmmm, maybe we're not mounting that properly, but why isn't it failing in this repo?! 😢
Ah ok, so this goes to my comment above saying that I don't. Now if adding the config is all that's needed. Thanks for answering!
> Can you update the `docs/workers.md` documentation please? This PR already updates that w/ the new endpoint. Is there an additional change you'd like to see?
> This is not defined in the MSC so should be removed. Or should it be defined in MSC2676? See #5626 for why this was originally included. Maybe this is...
> > > This is not defined in the MSC so should be removed. > > > > > > Or should it be defined in [MSC2676](https://github.com/matrix-org/matrix-spec-proposals/pull/2676)? See #5626 for...
It looks like the matrix-js-sdk, matrix-android-sdk2 and matrix-ios-sdk all use this field in the response. `matrix-js-sdk` actually uses the field, I haven't really checked the other SDKs.
* matrix-org/matrix-js-sdk#2725 * matrix-org/matrix-ios-sdk#1591 * vector-im/element-android#7275 * turt2live/matrix-bot-sdk#263 The following SDKs do not seem to use this property: * matrix-rust-sdk * matrix-nio * mautrix-python * gomatrix * mautrix-go * trixnity...
#14025 removes this field when using the `/v1` version of the endpoint. It is still returned when querying via the `/unstable` endpoint. There are not currently any callers of the...