You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
// FIXME we should check attempt and send if bigger
}
returnreply;
}
^ 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.
The text was updated successfully, but these errors were encountered:
Craeckie
pushed a commit
to Craeckie/ma1sd
that referenced
this issue
Dec 12, 2022
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?
ma1sd/src/main/java/io/kamax/mxisd/invitation/InvitationManager.java
Lines 269 to 281 in ae5864c
^ 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.The text was updated successfully, but these errors were encountered: