Will Hunt

Results 284 issues of Will Hunt

Currently hookshot generic webhooks get routed to `/:hookId` on the webhooks listener, but https://github.com/matrix-org/matrix-hookshot/pull/227 is chaging things so we now prefer them to be routed to `/webhook/:hookId`. While previous setups...

You will need to supply the hsToken either as a `access_token` query parameter, or as an `Authentication` header (Bearer). This affects the IRC bridge >=0.17.0-rc3 , slack bridge >=1.2.0-rc1 and...

parity:scalar
maintenance

Fixes #697 Fixes #316 This PR refactors the way connections are made to Telegram slightly which hopefully doesn't hurt smaller bridges, but actively improves the startup time of larger bridges....

I'm thinking an extension to the `filter` config that filters by type. As per #699, I think we're likely to opt into disabling channels as a solution until we think...

Related to #316 The bridge will await all connections to telegram on startup which means for a bridge handling several hundred connections, this can take minutes. Ideally, this would happen...

It would be ideal if these were performed asynchronously in the background, perhaps by trying to prioritise channels with incoming messages first and slowly working through it. As it stands...

[MSC link](https://github.com/matrix-org/matrix-spec-proposals/pull/3848) --- Here's what your changelog entry will look like: ## ✨ Features * Add unstable errcode support - MSC3848 ([\#2534](https://github.com/matrix-org/matrix-js-sdk/pull/2534)). Contributed by @Half-Shot.

T-Enhancement

Hi there, #2472 already reports that `stopClient` is non-functional in a Node.JS environment but as it turns out it's possible to crash the process if the /sync request fails due...

The current (18.1.0) exported types for the interface are as follows: ``` export interface IPreviewUrlResponse { [key: string]: string | number; "og:title": string; "og:type": string; "og:url": string; "og:image"?: string; "og:image:type"?:...

Implementation of https://github.com/vector-im/element-meta/issues/525 ## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks pass * [ ]...