matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
465 stars 150 forks source link

IRC->Matrix PMs are ignored unless the IRC nick being PMed has precisely the right case #61

Open kegsay opened 8 years ago

kegsay commented 8 years ago

https://matrix.org/jira/browse/BOTS-152

kegsay commented 8 years ago

I'm punting this issue until Synapse actually implements the full AS API specification - notably URI lookups. This problem goes away when human-typed URIs get internally mapped to the same user ID.

kegsay commented 8 years ago

We have URI lookups now, albeit not how the AS API does it. Does this problem now go away @leonerd / @lukebarnard1 ?