matrix-org / matrix-ircd

An IRCd implementation backed by Matrix.
Apache License 2.0
225 stars 41 forks source link

Should forward to room's primary channel name #33

Open madduck opened 7 years ago

madduck commented 7 years ago

If I assign a local alias to a room that was born from a direct chat (i.e. #!cuGUTXXbRvXZNOSxHV:matrix.org is now #foobar:madduck.net) and configure that to be the default name of the room, then matrix-ircd still forwards me to the original name:

Irssi: `#foobar:madduck.net #!cuGUTXXbRvXZNOSxHV:matrix.org Forwarding to another channel

It's great that it does the forwarding, but it should always forward to the default alias name, if one has been specified, no?