matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 151 forks source link

Quits aren't bridged to matrix #1618

Closed jkhsjdhjs closed 1 month ago

jkhsjdhjs commented 1 year ago

When incremental membership syncing is enabled, quits aren't synced to matrix, only parts and joins are. Enabling debug logging shows that the bridge doesn't even register quits. Since this worked fine with 1.34.0 and because the bridge isn't aware of quits I assume that there has been a regression in matrix-org-irc with the update from 1.2.1 to 1.3.0.

sergaderg commented 1 year ago

I've noticed name changes have also stopped syncing properly, perhaps the same issue?

jkhsjdhjs commented 1 month ago

This has been fixed in https://github.com/matrix-org/node-irc/pull/103