Will Hunt

Results 362 comments of Will Hunt

https://github.com/matrix-org/pantalaimon/pull/96 is possibly a fix, we should try running this and seeing.

The RC failed on our test due to: >WARN PgDatastore Failed to run schema v14: error: column "slackchannel" contains null values

So this is part of a larger bug, where we sometimes insert multiple rows for a slack message (or a matrix message) in the events table. There should be a...

Should be fixed by https://github.com/matrix-org/matrix-appservice-slack/pull/628

Yep, we're working on it right now.

You'll probably want https://api.slack.com/methods/channels.info to fetch the current members of a channel and just slowly join them at a specified rate.

Interesting, I'll be curious to know if there are any logs about failed profile requests to Slack. We'll take a look our side too.

Fixed by https://github.com/matrix-org/matrix-appservice-slack/pull/631

Slack doesn't support emotes, so we just format them as *italics*. How should it be represented?