matrix-org / libera-chat

Support requests for the libera.chat IRC bridge hosted by matrix.org
7 stars 2 forks source link

Most Matrix users of `#epiphany:gnome.org` have their IRC nick show up in the Matrix user list #17

Open progval opened 1 year ago

progval commented 1 year ago

eg. @pbryan:matrix.org has a Matrix puppet with nick pbryan1, and:

{
  "content": {
    "displayname": "pbryan1",
    "membership": "join"
  },
  "event_id": "$16882428115976hZsUt:libera.chat",
  "origin_server_ts": 1688242811177,
  "sender": "@pbryan1:libera.chat",
  "state_key": "@pbryan1:libera.chat",
  "type": "m.room.member",
  "unsigned": {},
  "room_id": "!nQcrFQXsrEeiSkLVMt:matrix.org"
}

(the timestamp is 2023-07-01T20:20:11.1770, so this isn't the Gimpnet double-bridge issue)

progval commented 1 year ago

It also affects #libera-matrix now:

{
  "content": {
    "displayname": "pbryan1",
    "membership": "join"
  },
  "origin_server_ts": 1688396249336,
  "sender": "@pbryan1:libera.chat",
  "state_key": "@pbryan1:libera.chat",
  "type": "m.room.member",
  "unsigned": {},
  "event_id": "$pOu0cSMHemjzC75Pje65LfFn2pIJk7DynWuhsf8d7Hw",
  "room_id": "!vjOdckstTLwMkKHIgz:libera.chat"
}

and a bunch of other [m] nicks

It looks like it happened exactly when @mtrnord:midnightthoughts.space joined #libera-matrix:libera.chat