matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
785 stars 148 forks source link

Sending typing indicators fails if ghost has not yet joined the room #886

Open salixor opened 1 year ago

salixor commented 1 year ago

The following error can be found in logs : Failed to send typing indicator. MatrixError: M_FORBIDDEN: User @_discord_<id>:<homeserver> not in room <room>

Example of use case :

Should ghost users be invited to the Matrix room as soon as a Discord user starts typing ? Maybe as an additional config flag ?