Skip to content

fix: do not append your homeserver to the /join command if the id has a homeserver included

Srevin Saju requested to merge srevinsaju/neochat:fix-joinroom into master

neochat tries to append :matrix.org if the homeserver is matrix.org for a command like

/join #chat:kde.org

internally tries to join #chat:kde.org:matrix.org instead.

Merge request reports