Store the message map

This commit is contained in:
Gary Kramlich
2022-02-06 19:08:30 -06:00
parent d32b6662fb
commit 312018173f
7 changed files with 213 additions and 10 deletions

View File

@@ -226,7 +226,7 @@ func (mh *matrixHandler) handleMembership(evt *event.Event) {
} else if puppet != nil {
portal.handleMatrixKick(user, puppet)
}
} else if content.Membership == event.MembershipInvite && !isSelf {
} else if content.Membership == event.MembershipInvite {
portal.handleMatrixInvite(user, evt)
}
}