I have got stuck in a situation where on receiving a message (from slack) I get an error in the logs { errcode: 'M_ROOM_IN_USE', error: 'Room alias already taken' }.
It would be good if the bridge on seeing this error tried to reuse the room with that alias rather than silently dropping messages on the floor.
I have got stuck in a situation where on receiving a message (from slack) I get an error in the logs
{ errcode: 'M_ROOM_IN_USE', error: 'Room alias already taken' }
.It would be good if the bridge on seeing this error tried to reuse the room with that alias rather than silently dropping messages on the floor.