When there is an existing invite for the same address, it's not possible to store a new invite with a different room ID. Is this the expected behavior?
^ It seems like storage.insertInvite(); won't be called if there's an existing invite for the same address. An invite for another room should be considered as a new invite.
When there is an existing invite for the same address, it's not possible to store a new invite with a different room ID. Is this the expected behavior?
https://github.com/ma1uta/ma1sd/blob/ae5864cd91f7db57c3a99b7847c3c327980e74e8/src/main/java/io/kamax/mxisd/invitation/InvitationManager.java#L269-L281
^ It seems like
storage.insertInvite();
won't be called if there's an existing invite for the same address. An invite for another room should be considered as a new invite.