Add explaining comment

This commit is contained in:
RMidhunSuresh 2023-05-17 16:10:15 +05:30
parent 865a0925f0
commit 626c3053d2

View File

@ -44,6 +44,7 @@ export class VerificationToastCollectionViewModel extends ViewModel<SegmentType,
async onAdd(_, request: SASRequest) {
if (request.sender !== this.getOption("session").userId) {
// Don't show toast for cross-signing other users
return;
}
const dismiss = () => {