torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

Room name extremely long when joining #matrix-dev:matrix.org #106

Open Evidlo opened 6 years ago

Evidlo commented 6 years ago

For some reason, weechat-matrix sets the room name of #matrix-dev to a comma separated list of all the users in it. One of the devs gave a suggestion as to why this might be happening (see screenshot). This causes all the other buffers in the buffer window to be pushed off-screen.

Evidlo commented 6 years ago

Turns out is was a problem with my config.

Evidlo commented 6 years ago

To get this bug to appear, you have to:

  1. Leave the room with /leave
  2. Rejoin with /join #matrix-dev:matrix.org

It doesn't happen if you start weechat while you are already joined.

CobaltCause commented 6 years ago

I'm guessing the offending code is this line...

tidux commented 6 years ago

I see the same thing on #haiku (Freenode channel).