Fix portal DB scanning and add initial message bridging

This commit is contained in:
Tulir Asokan
2018-08-19 18:21:38 +03:00
parent a9124b89bd
commit c1f8d264f4
5 changed files with 106 additions and 46 deletions

View File

@ -112,6 +112,6 @@ func (mx *MatrixHandler) HandleMessage(evt *gomatrix.Event) {
portal := user.GetPortalByMXID(roomID)
if portal != nil {
portal.HandleMessage(evt)
portal.HandleMatrixMessage(evt)
}
}