Will Hunt

Results 362 comments of Will Hunt

https://github.com/matrix-org/matrix-appservice-bridge/pull/45 will make this eeeasy :)

Aaaaaaand #83 is the actual PR that will do this

Some clients (whether correctly or not) are struggling as is with the IRC bridge due to the number of member events, this would be useful to lighten the load.

The issue referenced above pushes some of the responsibility to the bridge to make stale users leave. This should be doable by doing a DB request for last message sent...

Hmm. Yeah that looks okay to me. Out of interest, why unknown? If the OAuth process hasn't started, then you'd probably want "not set" or something. Unknown to me sounds...

Yep, that's fine :+1:

Aware of the issue. We currently use the legacy twitter media API. In the future, I want to cover all types of media.

Looks easy enough. I'll take a look at it later (Yes, finger slipped)

ack, it's still very much on the todo list.

https://github.com/Half-Shot/matrix-appservice-twitter/blob/develop/src/handlers/TimelineHandler.js#L137 ?